produciton env
This commit is contained in:
parent
59d5a8bb2b
commit
fa6b871087
1 changed files with 2 additions and 5 deletions
7
.github/workflows/deploy-postgres.yml
vendored
7
.github/workflows/deploy-postgres.yml
vendored
|
|
@ -31,13 +31,10 @@ jobs:
|
||||||
kubectl config use-context runner-context
|
kubectl config use-context runner-context
|
||||||
|
|
||||||
- name: Apply DEV secrets
|
- name: Apply DEV secrets
|
||||||
run: kubectl apply -f db/k8s/dev/secrets/
|
run: kubectl apply -f db/k8s/secrets/
|
||||||
|
|
||||||
- name: Deploy DEV Postgres
|
- name: Deploy DEV Postgres
|
||||||
run: kubectl apply -f db/k8s/dev/postgres/
|
run: kubectl apply -f db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml
|
||||||
|
|
||||||
- name: Deploy DEV backups
|
|
||||||
run: kubectl apply -f db/k8s/dev/backups/
|
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
runs-on: mealcraft-runners
|
runs-on: mealcraft-runners
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue