Skip to content

Commit

Permalink
Added test ssh step to authenticate tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
khushmeeet committed Sep 18, 2023
1 parent 4a92348 commit a5c5225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hetzner_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_HOST: ${{ secrets.SSH_HOST }}

- name: Test SSH connectivity
run: ssh -i ~/.ssh/server.key axion-1 echo "Hello World"

- name: Run Ansible Playbook
run: |
ansible-playbook ansible/setup-server.yml -i ansible/inventory.ini

0 comments on commit a5c5225

Please sign in to comment.