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 8e140b4 commit 87cd663
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ jobs:
runs-on: ubuntu-20.04
environment: prod
steps:
- name: Checkout
uses: actions/checkout@v4

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

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

0 comments on commit 87cd663

Please sign in to comment.