Dockerize scha and wire Gitea CI/CD for server-infra deploy.
Move secrets and DB config to env-driven settings so prod can run on shared Postgres behind deploy.sh, matching company_site.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.git
|
||||
.venv
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
db.sqlite3
|
||||
.env
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
*.log
|
||||
staticfiles/
|
||||
Reference in New Issue
Block a user