Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harisathwik authored Jul 25, 2023
1 parent 50a1966 commit ea2f266
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install kubectl
run: |
# Download kubectl for Linux AMD64 (adjust for your OS and architecture)
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
- name: Set up Kubernetes config
run: echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit ea2f266

Please sign in to comment.