Skip to content

Commit

Permalink
Merge pull request #91 from norcalipa/norcalipa/hosting-at-home-4
Browse files Browse the repository at this point in the history
Iterating on deploy-home.yml action
  • Loading branch information
norcalipa authored Apr 4, 2024
2 parents c6f56a4 + aec496d commit 373f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy to Kubernetes
run: |
cloudflared tunnel --hostname ${SSH_HOST} --url ssh://${SSH_HOST}
#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.yaml
k0s kubectl apply -f deployment.yml
EOF

0 comments on commit 373f904

Please sign in to comment.