Update S3 paths to use scripts folder with proper permissions

- Changed deployment URLs from /icewatch to /scripts
- Added cache control headers for better performance
- Updated bucket policy for scripts/* public access
- All deployment files now use consistent scripts/ path
This commit is contained in:
Deco Vander 2025-07-03 00:00:02 -04:00
parent 38ccd6d533
commit e58e89ac72
4 changed files with 24 additions and 9 deletions

View file

@ -65,7 +65,7 @@ PORT=3000
1. **Run the deployment script on your server:**
```bash
curl -sSL https://ice.puremichigan.lol.s3.amazonaws.com/icewatch/deploy.sh | bash
curl -sSL https://ice.puremichigan.lol.s3.amazonaws.com/scripts/deploy.sh | bash
```
2. **Deploy your application:**