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