Skip to content

Commit af44816

Browse files
committed
fix: workflow update
1 parent ae8bea9 commit af44816

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050

5151
- name: 📤 Upload ZIP to Server
5252
run: |
53-
scp -P ${{ secrets.SSH_PORT }} deploy.zip ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:~/deploy.zip
53+
scp -P ${{ secrets.SSH_PORT }} \
54+
-o StrictHostKeyChecking=no \
55+
deploy.zip \
56+
${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:~/deploy.zip
5457
5558
- name: ⚙️ SSH into Server and Deploy
5659
run: |

0 commit comments

Comments
 (0)