Skip to content
Snippets Groups Projects
Commit 5280a82d authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'publish-openapi' into 'master'

Publish openapi schema on an S3 bucket

See merge request !862
parents e8d61486 d4544305
No related branches found
No related tags found
1 merge request!862Publish openapi schema on an S3 bucket
......@@ -171,6 +171,23 @@ backend-static-deploy:
script:
- ci/static-deploy.sh
backend-openapi-deploy:
stage: deploy
# Run on master updates only
only:
- master
# Ensure artifacts are available
dependencies:
- backend-openapi
before_script:
- pip install awscli
script:
- aws s3 cp output/schema.yml s3://teklia-assets-release/arkindex/openapi.yml
sentry-release:
image: getsentry/sentry-cli
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment