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:
parent
38ccd6d533
commit
e58e89ac72
4 changed files with 24 additions and 9 deletions
|
@ -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/icewatch"
|
||||
S3_BASE_URL="https://ice.puremichigan.lol.s3.amazonaws.com/scripts"
|
||||
|
||||
# Download systemd service file
|
||||
echo "📥 Downloading systemd service..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue