From b54da2a1d8d8cfdcb331a3e628ace2c9341ae888 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 6 Oct 2023 00:23:11 -0700 Subject: [PATCH] Fixing safety check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e0ce0b..751d40c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ deploy-to-s3: - bash ci/verify-aws-fields.sh script: # Check to make sure the website bucket is present - - aws s3 bucket-exists project-temper-tv | grep temper.tv + - aws s3 ls | grep temper.tv # Next we can upload the content to the bucket itself - cd main-site/ && aws s3 cp public s3://temper.tv/ --recursive