From 41d658ddc1fe44ef9af233de0467a8d15dc30c08 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 4 Jul 2025 02:55:36 +0000 Subject: [PATCH] Update deployment URLs - Updated S3 URLs in README.md - Deploy script URL: https://ice-puremichigan-lol.s3.amazonaws.com/scripts/deploy.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff7b64..e6d0a9e 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/scripts/deploy.sh | bash + curl -sSL https://ice-puremichigan-lol.s3.amazonaws.com/scripts/deploy.sh | bash ``` 2. **Deploy your application:**