Skip to content

Commit a5f910a

Browse files
authored
Update publish.yml
1 parent 4437207 commit a5f910a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Deploy to server
4343
run: |
44-
rsync -avz --delete --quiet ./public/ $SSH_USER@$SSH_HOST:$SSH_REMOTE_PATH
44+
rsync -avz --delete --quiet -e "ssh -o StrictHostKeyChecking=no" ./public/ $SSH_USER@$SSH_HOST:$SSH_REMOTE_PATH
4545
4646
- name: Clean up
4747
run: |

0 commit comments

Comments
 (0)