From 03fb2a4d045ace676e693775d15a0e47cd8630c4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 28 Feb 2023 21:06:58 -0800 Subject: [PATCH] Fixing s3 bucket name --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2ea755..96425e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,8 @@ deploy-shockrah.xyz: - build-shockrah.xyz before_script: - bash scripts/verify-aws-fields.sh - - aws s3 cp public/ s3://shockrah-xyz-static-content/ --recursive + script: + - aws s3 cp public/ s3://shockrah-xyz/ --recursive # Deploy to neocities via their curl api