Skip to content

Commit 02c98cd

Browse files
authored
Merge pull request #47 from mfirhas/master
Fix workflow
2 parents bb4fad9 + df6aa04 commit 02c98cd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ jobs:
8484
run: |
8585
tailscale ping ${{ env.TARGET_HOST }}
8686
87-
# - name: Configure SSH
88-
# run: |
89-
# mkdir -p ~/.ssh
90-
# cat >> ~/.ssh/config << 'EOF'
91-
# Host *
92-
# StrictHostKeyChecking no
93-
# UserKnownHostsFile=/dev/null
94-
# LogLevel ERROR
95-
# EOF
96-
# chmod 600 ~/.ssh/config
87+
- name: Configure SSH
88+
run: |
89+
mkdir -p ~/.ssh
90+
cat >> ~/.ssh/config << 'EOF'
91+
Host *
92+
StrictHostKeyChecking no
93+
UserKnownHostsFile=/dev/null
94+
LogLevel ERROR
95+
EOF
96+
chmod 600 ~/.ssh/config
9797
9898
- name: Copy files into target host
9999
run: |

0 commit comments

Comments
 (0)