main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Failing after 49s

This commit is contained in:
2026-03-23 00:00:03 +03:00
parent b44eb515c6
commit a65377bf4e
4 changed files with 95 additions and 54 deletions

View File

@@ -24,9 +24,14 @@ jobs:
docker run -d \
--name backend-haruncan-studio-container \
--restart always \
--network gitea-server_gitea \
--network docker-data_gitea \
-p 1809:3000 \
-e DATABASE_URL='${{ secrets.DATABASE_URL }}' \
-e JWT_SECRET='${{ secrets.JWT_SECRET }}' \
-e NODE_ENV='production' \
backend-haruncan-studio:latest
backend-haruncan-studio:latest
- name: Veritabanı Migration
run: |
sleep 5
docker exec backend-haruncan-studio-container npx prisma migrate deploy