Skip to content

Commit

Permalink
💬 Fix typo for SERVER_IP env in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Apr 27, 2024
1 parent 0c1539f commit 4d8e480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "${{ secrets.CI_PRIVATE_KEY }}" > ~/.ssh/id_rsa
SERVER_IP="$(tailscale ip -6 ${{ env.SERVER_HOSTNAME }})"
ssh-keyscan $MACHINE_IP > ~/.ssh/known_hosts
ssh-keyscan $SERVER_IP > ~/.ssh/known_hosts
- name: Connect over SSH and deploy
run: |
Expand Down

0 comments on commit 4d8e480

Please sign in to comment.