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:
Deco Vander 2025-07-02 23:57:27 -04:00
parent 08a8ded5f9
commit 38ccd6d533
2 changed files with 2 additions and 2 deletions

View file

@ -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:**

View file

@ -38,7 +38,7 @@ sudo useradd --system --shell /bin/false --home /opt/icewatch --create-home icew
# Download additional configuration files from S3
echo "📥 Downloading configuration files..."
S3_BASE_URL="https://your-bucket-name.s3.amazonaws.com/icewatch"
S3_BASE_URL="https://ice.puremichigan.lol.s3.amazonaws.com/icewatch"
# Download systemd service file
echo "📥 Downloading systemd service..."