From 481571dbfee1de33d23d801039da2629e23c0e5a Mon Sep 17 00:00:00 2001 From: irl Date: Fri, 10 Dec 2021 15:36:14 +0000 Subject: [PATCH] Move S3 bucket to web account --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e76e0c6..922f4bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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