ci: full deploy pipeline — build image, run DB migrations, restart odoo
Some checks failed
Deploy Backend to Staging / Deploy backend to staging (push) Failing after 17m35s

This commit is contained in:
root
2026-04-27 21:51:40 +02:00
parent a6fa9d78d8
commit fc384efe85
3 changed files with 31 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM odoo:19.0
USER root
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
RUN pip3 install --break-system-packages --no-cache-dir --ignore-installed typing_extensions -r /tmp/requirements.txt
COPY custom_addons /opt/odoo/custom_addons
COPY odoo.conf /etc/odoo/odoo.conf