From f8415ea15d5e44c5b2434db3941daf52fc5f01c2 Mon Sep 17 00:00:00 2001 From: M1 AIR Date: Tue, 13 Jan 2026 10:59:51 +0700 Subject: [PATCH] Update gitlab --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5f0f4ac..0985896e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ migrate_production: # ✅ Pastikan postgres & redis ON (sesuaikan nama service compose kamu!) echo "✅ Ensuring postgres & redis running ..." - docker compose -f "$COMPOSE_FILE" up -d stg-postgres-lti stg-redis-lti || true + docker compose -f "$COMPOSE_FILE" up -d postgres-lti redis-lti || true # ✅ Ambil network key dari compose COMPOSE_NETWORK_KEY="$(docker compose -f "$COMPOSE_FILE" config | awk '/networks:/ {getline; print $1}' | tr -d ':')" @@ -172,4 +172,3 @@ seed_production: docker compose -f "$COMPOSE_FILE" pull seed || true docker compose -f "$COMPOSE_FILE" run --rm seed -