Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harisathwik committed Jul 26, 2023
1 parent c4591f1 commit 2f9c253
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:

- name: Install kubectl
run: |
sudo apt-get update
sudo apt-get install -y kubectl
# Add the Kubernetes repository to the package manager's sources
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: Install ngrok
run: |
Expand Down

0 comments on commit 2f9c253

Please sign in to comment.