Commit Graph

11 Commits

Author SHA1 Message Date
0b5b093d99 Fix deploy workflow: use self-hosted runner, eliminate SSH roundtrip
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
Running on ubuntu-latest required SSH back to host to run docker commands.
Switch to self-hosted runner which executes directly on the analytics VM.
2026-04-16 06:43:10 -04:00
d8f1bc3110 fix: remove private_listings.csv chmod from deploy script
All checks were successful
Deploy stAndrews / deploy (push) Successful in 34s
Co-authored-by: aider (deepseek/deepseek-chat) <aider@aider.chat>
2026-03-13 08:46:46 -04:00
e2f5f7a9d2 Fix private_listings.csv permissions in deploy workflow
Some checks failed
Deploy stAndrews / deploy (push) Failing after 6s
2026-03-09 17:44:57 -04:00
971838cfde Fix git pull to specify origin main explicitly
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
2026-03-09 16:23:59 -04:00
22337b0550 Fix deploy: add docker compose build step 2026-03-09 14:57:17 -04:00
873b22ccef Switch back to ubuntu-latest runner 2026-03-09 11:15:15 -04:00
48645fb37d Use self-hosted runner for native execution 2026-03-09 11:10:08 -04:00
833b11b5fe Run workflow natively, skip redundant image rebuild 2026-03-09 11:06:19 -04:00
d8db264834 Fix SSH heredoc in deploy workflow 2026-03-09 10:53:35 -04:00
bb80f70783 Rename trigger branch to main 2026-03-09 10:40:20 -04:00
05e2aba34c Add deployment pipeline and clean up repo
- Add Dockerfile, docker-compose.yml, .dockerignore, .env (port 3842)
- Add Caddyfile.snippet for analytics gateway import pattern
- Add .gitea/workflows/deploy.yaml for act_runner SSH deploy
- Untrack sensitive/data files (SCPA xlsx, owners.rds)
- Add renv lockfile and infrastructure files
- Reorganize data-raw scripts and add SarasotaCounty boundary data
- Move www assets to www/images/, add docs PDFs
2026-03-09 10:38:21 -04:00