removing slash on public dir

This commit is contained in:
shockrah 2023-03-14 20:24:11 -07:00
parent 2902a4a476
commit 4687181115

View File

@ -64,7 +64,7 @@ deploy-shockrah.xyz:
before_script: before_script:
- bash scripts/verify-aws-fields.sh - bash scripts/verify-aws-fields.sh
script: script:
- aws s3 cp public/ s3://shockrah.xyz/ --recursive - aws s3 cp public s3://shockrah.xyz/ --recursive
# Deploy to neocities via their curl api # Deploy to neocities via their curl api