mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@ build_static:
|
||||
|
||||
deploy_s3:
|
||||
stage: deploy
|
||||
image: amazon/aws-cli:latest
|
||||
image:
|
||||
name: amazon/aws-cli:latest
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
script:
|
||||
- aws configure set default.region $AWS_DEFAULT_REGION
|
||||
- aws s3 sync out/ s3://$S3_BUCKET/ --delete
|
||||
|
||||
Reference in New Issue
Block a user