Commit graph

5 commits

Author SHA1 Message Date
Claude Code
485fab50bd Add GitHub mirror README and remove workflows
- Add .github/README.md for GitHub mirror with clear indication this is a read-only mirror
- Remove GitHub Actions workflow since deployments are handled from primary repository
- Direct all contributions to primary repository at git.deco.sh

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 19:30:05 -04:00
Deco Vander
d766f08338 Update deploy scripts to create a PR 2025-07-03 22:53:53 -04:00
Deco Vander
2cda43edc9 Fix S3 upload: remove ACL parameters for bucket without ACL support
- Removed --acl public-read parameters from GitHub Action
- S3 bucket policy handles public access instead of ACLs
- Should resolve AccessControlListNotSupported error
2025-07-03 00:11:08 -04:00
Deco Vander
e58e89ac72 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
2025-07-03 00:00:02 -04:00
Deco Vander
08a8ded5f9 Add GitHub Actions workflow for S3 deployment
- Automated deployment script upload to public S3 bucket
- Uses GitHub OIDC for secure AWS authentication
- Updates README with current S3 URLs automatically
- Enables deployment from private repository
- Uploads systemd service and Caddyfile configurations
2025-07-02 23:56:18 -04:00