We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c42d commit db4b526Copy full SHA for db4b526
1 file changed
.github/workflows/deploy-action.yml
@@ -33,4 +33,5 @@ jobs:
33
mkdir -p ~/.ssh
34
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
35
chmod 600 ~/.ssh/id_rsa
36
+ ssh-keyscan 51.254.117.6 >> ~/.ssh/known_hosts
37
ssh -i ~/.ssh/id_rsa debian@51.254.117.6 "cd /home/debian && git pull origin main && ./install.sh"
0 commit comments