Move S3 bucket to web account

This commit is contained in:
Iain Learmonth 2021-12-10 15:36:14 +00:00
parent 64f3fcd0e5
commit 481571dbfe

View file

@ -21,6 +21,6 @@ s3-deploy:
stage: .post
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
script:
- aws s3 sync ./public s3://gp-operations-prod-shared-weblite-bucket --delete --only-show-errors
- aws s3 sync ./public s3://gp-web-prod-shared-weblite-bucket --delete --only-show-errors
only:
- main