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 9ff4680 commit 6e9f829
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ jobs:
run: |
ibmcloud login -a "${{ secrets.IBM_CLOUD_API_ENDPOINT}}" -r "${{ secrets.IBM_CLOUD_REGION}}" --apikey "${{ secrets.IBM_CLOUD_API_KEY }}"
ibmcloud ks cluster config --cluster "${{ secrets.IBM_CLOUD_K8S_CLUSTER_NAME }}"
- name: Install Kubectl
run: |
curl -fsSL "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" | sh
kubectl --context ${{ secrets.TEST_K8S_CONTEXT }} apply -k ${{ github.event.inputs.deploy_environment }}
#- name: Set the Kubernetes context
# uses: azure/k8s-set-context@v2
# with:
Expand Down

0 comments on commit 6e9f829

Please sign in to comment.