Exclude pull request for website update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pierre Hubert 2023-05-11 13:50:57 +02:00
parent 5655295720
commit f250395c66
1 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,9 @@ steps:
when:
branch:
- master
event:
exclude:
- pull_request
commands:
# Build website
- pip install mkdocs-material
@ -35,4 +38,4 @@ steps:
- ./aws/install
- aws configure set default.s3.signature_version s3v4
# Upload to bucket
- cd public && aws --endpoint-url https://s3.communiquons.org s3 sync . s3://miniok8sbucketsoperator-website
- cd public && aws --endpoint-url https://s3.communiquons.org s3 sync . s3://miniok8sbucketsoperator-website