Update deploy.yml
All checks were successful
Deploy Backend / deploy (push) Successful in 18s

This commit is contained in:
2026-02-05 02:15:23 +03:00
parent c85b1a7886
commit 1417df54d7

View File

@@ -36,6 +36,6 @@ jobs:
--env-file .env \
backend-digicraft
# Wait a few seconds for DB volume to be ready and run sync
# Wait a few seconds for DB volume to be ready and force sync schema
sleep 5
docker exec backend-digicraft-container npx prisma migrate deploy
docker exec backend-digicraft-container npx prisma db push --accept-data-loss