diff --git a/README.md b/README.md index 7ba849e..338ccc2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ PORT=3000 1. **Run the deployment script on your server:** ```bash - curl -sSL https://ice.puremichigan.lol.s3.amazonaws.com/scripts/deploy.sh | bash + curl -sSL https://ice-puremichigan-lol.s3.amazonaws.com/scripts/deploy.sh | bash ``` 2. **Deploy your application:** diff --git a/s3-bucket-policy.json b/s3-bucket-policy.json index eab9508..7fac330 100644 --- a/s3-bucket-policy.json +++ b/s3-bucket-policy.json @@ -6,7 +6,7 @@ "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", - "Resource": "arn:aws:s3:::ice.puremichigan.lol/scripts/*" + "Resource": "arn:aws:s3:::ice-puremichigan-lol/scripts/*" } ] } diff --git a/scripts/deploy.sh b/scripts/deploy.sh index cc2ab3d..1d27a74 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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://ice.puremichigan.lol.s3.amazonaws.com/scripts" +S3_BASE_URL="https://ice-puremichigan-lol.s3.amazonaws.com/scripts" # Download systemd service file echo "📥 Downloading systemd service..."