Skip to content

Commit

Permalink
fix syntax to properly identify a desci-server-dev pod
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Mar 20, 2024
1 parent c5df6d2 commit 71f31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-migrations-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Migrate DB (DEV)
if: github.ref == 'refs/heads/develop'
run: |
kubectl exec -it $(kubectl get pods -l app=desci-server-dev -o jsonpath="{.items[0].metadata.name}") -- source /vault/secrets/config && npx prisma migrate deploy
kubectl exec -it $(kubectl get pods -l App=DesciServerDev -o jsonpath="{.items[0].metadata.name}") -- source /vault/secrets/config && npx prisma migrate deploy

0 comments on commit 71f31ef

Please sign in to comment.