Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Mar 28, 2024
1 parent a73716f commit 63fa6d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
ibmcloud ks cluster config --cluster "${{ secrets.IBM_CLOUD_K8S_CLUSTER_NAME }}"
- name: Push image
run: |
kubectl --context ${{ secrets.TEST_K8S_CONTEXT }} apply -k deployment/${{ github.event.inputs.deploy_environment }}
kubectl --context ${{ secrets.TEST_K8S_CONTEXT }} apply -k deployment/${{ github.event.inputs.deploy_environment }} -d
#run: |
# kubectl --context ${{ secrets.TEST_K8S_CONTEXT }} apply -k deployment/${{ github.event.inputs.deploy_environment }}

#- name: Set the Kubernetes context
# uses: azure/k8s-set-context@v2
Expand Down

0 comments on commit 63fa6d2

Please sign in to comment.