forked from Deuxfleurs/guide.deuxfleurs.fr
add preprod CI
This commit is contained in:
parent
b82a8b7f7b
commit
0f9c2871da
1 changed files with 17 additions and 0 deletions
|
@ -22,3 +22,20 @@ steps:
|
||||||
source: public/**/*
|
source: public/**/*
|
||||||
target: /
|
target: /
|
||||||
strip_prefix: public/
|
strip_prefix: public/
|
||||||
|
|
||||||
|
- name: upload
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- preprod
|
||||||
|
image: plugins/s3
|
||||||
|
settings:
|
||||||
|
bucket: preprod-guide
|
||||||
|
endpoint: https://garage.deuxfleurs.fr
|
||||||
|
region: garage
|
||||||
|
access_key:
|
||||||
|
from_secret: aws_access_key_id
|
||||||
|
secret_key:
|
||||||
|
from_secret: aws_secret_access_key
|
||||||
|
source: public/**/*
|
||||||
|
target: /
|
||||||
|
strip_prefix: public/
|
||||||
|
|
Loading…
Reference in a new issue