Exclude pull request for website update
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5655295720
commit
f250395c66
@ -25,6 +25,9 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
commands:
|
commands:
|
||||||
# Build website
|
# Build website
|
||||||
- pip install mkdocs-material
|
- pip install mkdocs-material
|
||||||
@ -35,4 +38,4 @@ steps:
|
|||||||
- ./aws/install
|
- ./aws/install
|
||||||
- aws configure set default.s3.signature_version s3v4
|
- aws configure set default.s3.signature_version s3v4
|
||||||
# Upload to bucket
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user