From 028b32b462523ec1cd8f42f52fcf79b889a4e5e2 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 18 Oct 2021 09:44:13 +0000 Subject: [PATCH] Update S3 bucket location --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fa1656..eacdb6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,6 @@ s3-deploy: stage: .post image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest script: - - aws s3 sync ./public s3://weblite-production-shared-shared-bucket --delete --only-show-errors + - aws s3 sync ./public s3://gp-operations-prod-shared-weblite-bucket --delete --only-show-errors only: - - main \ No newline at end of file + - main