forked from Deuxfleurs/site
Woodpecker CI file to deploy to preprod-site.web.deuxfleurs.fr
This commit is contained in:
parent
e3d6200221
commit
79be49569f
1 changed files with 17 additions and 0 deletions
17
.woodpecker.yaml
Normal file
17
.woodpecker.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
steps:
|
||||
- name: upload
|
||||
when:
|
||||
branch:
|
||||
- preprod
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: preprod-site
|
||||
endpoint: https://garage.deuxfleurs.fr
|
||||
region: garage
|
||||
access_key:
|
||||
from_secret: aws_access_key_id
|
||||
secret_key:
|
||||
from_secret: aws_secret_access_key
|
||||
source: static/**/*
|
||||
target: /
|
||||
strip_prefix: static/
|
Loading…
Reference in a new issue