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
This commit is contained in:
2026-03-09 10:38:21 -04:00
parent 9dd0c7708d
commit 05e2aba34c
38 changed files with 6749 additions and 96 deletions

19
.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
renv/library/
renv/staging/
renv/local/
renv/python/
.Rproj.user/
.Rhistory
.RData
.DS_Store
.Rprofile
renv/activate.R
renv/settings.json
data-raw/
CLAUDE.md
TODO.md
README.md