This commit is contained in:
parent
cbc3a63e26
commit
3c34bb9962
12
.drone.yml
12
.drone.yml
@ -17,5 +17,17 @@ steps:
|
|||||||
- name: doc
|
- name: doc
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
# Build website
|
||||||
- pip install mkdocs-material
|
- pip install mkdocs-material
|
||||||
- mkdocs build --site-dir public
|
- mkdocs build --site-dir public
|
||||||
|
# Install AWS
|
||||||
|
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||||
|
- unzip awscliv2.zip
|
||||||
|
- ./aws/install
|
||||||
|
- aws configure set default.s3.signature_version s3v4
|
||||||
|
# Upload to bucket
|
||||||
|
# Note: the following environment variable are required:
|
||||||
|
# - AWS_ACCESS_KEY_ID
|
||||||
|
# - AWS_SECRET_ACCESS_KEY
|
||||||
|
# - AWS_DEFAULT_REGION
|
||||||
|
- cd public && aws --endpoint-url https://s3.communiquons.org s3 sync . s3://miniok8sbucketsoperator-website
|
Loading…
Reference in New Issue
Block a user