Skip to content

Commit 882972b

Browse files
ci: mo tidur
1 parent e1bebac commit 882972b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,7 @@ jobs:
153153
echo "=========================================================="
154154
echo " [4/5] Menjalankan Database Migrations via Drizzle ORM"
155155
echo "=========================================================="
156-
docker network inspect proxy_network >/dev/null 2>&1 || docker network create proxy_network
157-
docker network inspect minigrafana-net >/dev/null 2>&1 || docker network create minigrafana-net
158-
159-
# Menjalankan migrasi Drizzle secara terisolasi ke database production
160-
docker run --rm --network minigrafana-net --env-file .env "$IMAGE_TARGET" bun run db:migrate:prod
156+
docker compose run --rm backend bun run db:migrate:prod
161157
162158
echo "=========================================================="
163159
echo " [5/5] Merestart Container Aplikasi Backend"

0 commit comments

Comments
 (0)