Update deployment URLs to use ice.puremichigan.lol S3 bucket
- Updated deployment script S3 URLs - Updated README with correct bucket name - Ready for automated S3 deployment via GitHub Actions
This commit is contained in:
parent
08a8ded5f9
commit
38ccd6d533
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ PORT=3000
|
|||
|
||||
1. **Run the deployment script on your server:**
|
||||
```bash
|
||||
curl -sSL https://your-bucket-name.s3.amazonaws.com/icewatch/deploy.sh | bash
|
||||
curl -sSL https://ice.puremichigan.lol.s3.amazonaws.com/icewatch/deploy.sh | bash
|
||||
```
|
||||
|
||||
2. **Deploy your application:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue