test migration
This commit is contained in:
parent
68212966f8
commit
d436d70262
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deploy-postgres-dev.yml
vendored
3
.github/workflows/deploy-postgres-dev.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue