Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
[TECH] Try to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLbg committed Jul 8, 2024
1 parent ab41951 commit 5e0f238
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
steps:
- name: Install Kubectl
uses: azure/setup-kubectl@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.3
- name: Install Kind
run: go install sigs.k8s.io/[email protected]
- name: Setup Cluster Authentication
env:
KUBECONFIG_DATA: ${{ secrets.KUBECONFIG }}
Expand Down

0 comments on commit 5e0f238

Please sign in to comment.