diff options
author | maximilien <me@mricher.fr> | 2023-12-18 17:46:36 +0000 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2023-12-18 17:46:36 +0000 |
commit | 621aa9ab4760552fea856bb6f9fc18bc0e5162a4 (patch) | |
tree | c1b9148f4d35230d99abc7bde6619702ea2597c3 | |
parent | ca26ad6a08afd8f5ad6654a8478a47ae52b9d4c7 (diff) | |
parent | a6f298c60de549de57e89771beb148f2bb6e350f (diff) | |
download | guide.deuxfleurs.fr-621aa9ab4760552fea856bb6f9fc18bc0e5162a4.tar.gz guide.deuxfleurs.fr-621aa9ab4760552fea856bb6f9fc18bc0e5162a4.zip |
Merge pull request 'restricted CI upload to branch main only' (#31) from ci/upload_when_branch_main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guide.deuxfleurs.fr/pulls/31
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ steps: - zola build - name: upload + when: + branch: + - main image: plugins/s3 settings: bucket: guide.deuxfleurs.fr |