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 ee6f627 commit 2255609Copy full SHA for 2255609
.github/workflows/deploy_regru.yml
@@ -20,6 +20,11 @@ jobs:
20
- name: Install sshpass
21
run: sudo apt-get update && sudo apt-get install -y sshpass
22
23
+ - name: Add server to known hosts
24
+ run: |
25
+ mkdir -p ~/.ssh
26
+ ssh-keyscan -H ${{ env.SERVER_HOST }} >> ~/.ssh/known_hosts
27
+
28
- name: Copy files to server
29
env:
30
SSH_PASSWORD: ${{ secrets.SSH_PASSWORD_REGRU }}
0 commit comments