Skip to content

Commit

Permalink
Merge pull request #18 from zooniverse/mdv5-zooniverse-poc
Browse files Browse the repository at this point in the history
update dry run deployment and apply template run step
  • Loading branch information
yuenmichelle1 authored Dec 4, 2023
2 parents 7ed3d11 + 9e26e0e commit 4f97ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
- name: Dry run deployments
run: |
sed "s/__IMAGE_TAG__/${{ github.sha }}/g" ./api/batch_processing/api_core/kubernetes/deployment.tmpl \
| kubectl --context azure apply --dry-run=client --record -f -
| kubectl apply --dry-run=client -f -
- name: Modify & apply template
run: |
sed "s/__IMAGE_TAG__/${{ github.sha }}/g" ./api/batch_processing/api_core/kubernetes/deployment.tmpl \
| kubectl --context azure apply --record -f -
| kubectl apply -f -

0 comments on commit 4f97ab9

Please sign in to comment.