Skip to content

Commit

Permalink
Changing k0s to k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Apr 5, 2024
1 parent 49b8d1f commit 61c4242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Deploy to Kubernetes
run: |
#cloudflared tunnel --hostname ${SSH_HOST} --url ssh://${SSH_HOST}
ssh -o ProxyCommand='cloudflared access ssh --hostname %h' -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} <<EOF
k0s kubectl apply -f deployment.yml
k3s kubectl apply -f deployment.yml
EOF

0 comments on commit 61c4242

Please sign in to comment.