Skip to content

Commit

Permalink
test k8s connection
Browse files Browse the repository at this point in the history
  • Loading branch information
obalaribe committed Sep 2, 2024
1 parent 75a5f92 commit 8e140b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Kubectl
uses: azure/setup-kubectl@v1
with:
Expand All @@ -86,4 +86,5 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl get pods
kubectl set image deployment/explorer explorer=availj/explorer:v1.12

0 comments on commit 8e140b4

Please sign in to comment.