Skip to content

Commit

Permalink
Update service-eat-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF authored Apr 22, 2024
1 parent c1e5258 commit 0296a0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/service-eat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Push the Docker image
run: docker push d3spina/t-web-800:eat-latest

- name: Set up Kubeconfig
uses: azure/setup-kubectl@v2
with:
version: 'latest'
- name: Install kubectl
run: |
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 doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 0296a0e

Please sign in to comment.