Skip to content

Commit

Permalink
fix: context
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Aug 19, 2023
1 parent 57eb837 commit d62c0f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/client-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
run: |
mkdir -p ~/.kube
echo ${{ secrets.KUBE_CONFIG }} | base64 --decode > ~/.kube/config
- name: 🎡 Set k8s context
uses: azure/k8s-set-context@v3
with:
method: kubeconfig
kubeconfig: ~/.kube/config

- name: 🚀 Deploy to k8s
uses: azure/k8s-deploy@v4
Expand All @@ -35,6 +41,6 @@ jobs:
action: deploy
strategy: basic
manifests: |
infra/manifests/${{ needs.checks.outputs.env_name }}/client.yaml
infra/manifests/${{ needs.checks.outputs.env_name }}/client.yml
images: |
goatcommunity/client:${{ github.sha }}

0 comments on commit d62c0f1

Please sign in to comment.