WIP: Scripts d'automatisation calendrier #37

Closed
aeddis wants to merge 8 commits from main into calendar_generator
Showing only changes of commit de58cd9686 - Show all commits

View file

@ -1,5 +1,5 @@
steps:
- name: upload
- name: upload (preprod)
when:
branch:
- preprod
@ -15,6 +15,22 @@ steps:
source: static/**/*
target: /
strip_prefix: static/
# a bit more robust: do not require the let's encrypt certificate to be
# working for the subdomain
path_style: true
- name: upload (prod)
when:
- event: push
branch: main
image: plugins/s3
settings:
bucket: deuxfleurs.fr
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/
path_style: true