From fa6b871087cfe715f72361e996a1c632fa60ec46 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 28 Dec 2025 13:28:23 +0000 Subject: [PATCH] produciton env --- .github/workflows/deploy-postgres.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index f30a5c3..bb0bab0 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -31,13 +31,10 @@ jobs: kubectl config use-context runner-context - name: Apply DEV secrets - run: kubectl apply -f db/k8s/dev/secrets/ + run: kubectl apply -f db/k8s/secrets/ - name: Deploy DEV Postgres - run: kubectl apply -f db/k8s/dev/postgres/ - - - name: Deploy DEV backups - run: kubectl apply -f db/k8s/dev/backups/ + run: kubectl apply -f db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml migrate: runs-on: mealcraft-runners