We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c76db4 commit 8b151c1Copy full SHA for 8b151c1
.github/workflows/deploy.yml
@@ -27,6 +27,8 @@ jobs:
27
SSH_USER: ${{ secrets.SSH_USER }}
28
BLOG_PATH_REMOTE: ${{ secrets.BLOG_PATH_REMOTE }}
29
run: |
30
+ ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts
31
+ ssh $SSH_USER@$SSH_HOST << EOF
32
cd $BLOG_PATH_REMOTE
33
34
MAX_RETRIES=8
0 commit comments