ci: initialize v4 repo — fixed Dockerfile, full requirements, deploy pipeline
Some checks failed
Deploy Backend to Staging / Deploy backend to staging (push) Has been cancelled

This commit is contained in:
EnCoach Deploy
2026-04-27 22:58:03 +02:00
parent 1a0349c381
commit a45284aa8c
4 changed files with 97 additions and 1 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Odoo config — managed on server, never commit
odoo.conf
odoo-docker.conf
odoo-docker.conf.bak
# Postgres data
pgdata/
pgdata_bak*/
# Python
__pycache__/
*.pyc
*.pyo
venv/
.env
# OS
.DS_Store
*.pdf
# Frontend build artifacts (frontend has its own repo)
frontend/
node_modules/
dist/
# Local dev files
backups/
data/
miniconda3/