Mise à jour backend + workflow

This commit is contained in:
2025-09-16 10:38:50 +02:00
parent 7848f9d4b0
commit 7842050ed1
4 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ jobs:
cd /home/ynov/project
git fetch origin
git reset --hard origin/master
docker compose build backend
docker compose build --no-cache backend
docker compose up -d backend
docker compose restart backend