Fixing s3 bucket name

This commit is contained in:
shockrah 2023-02-28 21:06:58 -08:00
parent 5b4bf039e9
commit 03fb2a4d04

View File

@ -63,7 +63,8 @@ deploy-shockrah.xyz:
- build-shockrah.xyz - build-shockrah.xyz
before_script: before_script:
- bash scripts/verify-aws-fields.sh - 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 # Deploy to neocities via their curl api