Skip to content

Commit

Permalink
Update treetracker-wallet-api-deploy-prod.yml
Browse files Browse the repository at this point in the history
chore: use ignore not found
  • Loading branch information
ZavenArra authored Feb 24, 2021
1 parent d84c3e4 commit b0412ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treetracker-wallet-api-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save ${{ secrets.PRODUCTION_CLUSTER_NAME }}
- name: Delete completed migration jobs prior to deployment
run: kubectl -n wallet-api delete job wallet-db-migration-job
run: kubectl -n wallet-api delete job --ignore-not-found=true wallet-db-migration-job
- name: Update kubernetes resources
run: kubectl -n wallet-api apply --wait -k ./deployment/

0 comments on commit b0412ef

Please sign in to comment.