Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix StrictHostKeyChecking
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 0370811 commit 0411345
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
needs: [ build,setup-ssh ]
steps:
- name: Deploy to server
run: |
ssh -o StrictHostKeyChecking=no
scp -r site/ [email protected]:/unicacityaddon_wiki
run: scp -o StrictHostKeyChecking=no -r site/ [email protected]:/unicacityaddon_wiki
- name: Execute update script
run: ssh [email protected] powershell -InputFormat None -F '"C:\Users\ssh\Desktop\update_unicacityaddon_wiki.ps1"'
run: ssh -o StrictHostKeyChecking=no [email protected] powershell -InputFormat None -F '"C:\Users\ssh\Desktop\update_unicacityaddon_wiki.ps1"'

0 comments on commit 0411345

Please sign in to comment.