Deploy script for html files done

This commit is contained in:
shockrah 2023-03-11 17:35:59 -08:00
parent 03fb2a4d04
commit 2902a4a476

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