Skip to content

Commit

Permalink
ci: fix the host ip addres
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Dec 21, 2024
1 parent 753b24a commit b0db9b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
echo "${{ secrets.SSH_KEY_BASE64 }}" | base64 --decode > ~/.ssh/id_rsa
echo <<EOT >> ~/.ssh/config
Host darkbot
HostName 95.217.237.232
User root
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
HostName 95.217.237.232
User root
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
EOT
chmod 700 ~/.ssh
chmod 600 ~/.ssh/*
Expand Down

0 comments on commit b0db9b6

Please sign in to comment.