From d436d7026284f6f289d8ad9f2cdbb9de5b538275 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 6 Jan 2026 23:14:12 +0000 Subject: [PATCH] test migration --- .github/workflows/deploy-postgres-dev.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-postgres-dev.yml b/.github/workflows/deploy-postgres-dev.yml index 1eb8389..1ba1ca2 100644 --- a/.github/workflows/deploy-postgres-dev.yml +++ b/.github/workflows/deploy-postgres-dev.yml @@ -30,9 +30,6 @@ jobs: kubectl config set-context runner-context --cluster=microk8s --user=runner --namespace="$NAMESPACE" kubectl config use-context runner-context - - name: Apply DEV secrets - run: kubectl apply -f db/k8s/secrets/ - - name: Deploy DEV Postgres run: kubectl apply -f db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml