diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfeb4fc..a7a4c54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ deploy-shockrah.xyz: before_script: - bash scripts/verify-aws-fields.sh script: - - aws s3 cp public/ s3://shockrah.xyz/ --recursive + - aws s3 cp public s3://shockrah.xyz/ --recursive # Deploy to neocities via their curl api