Skip to content

Commit

Permalink
Merge pull request #2 from miliariadnane/Iduoad-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Iduoad authored Dec 22, 2023
2 parents 09dae94 + 2664417 commit 76565a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Test SSH
- name: Disable ssh strict host checking
run: |
docker -H=ssh://${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} ps
echo "StrictHostKeyChecking no" >> ~/.ssh/config
- name: SSH and Deploy Docker image
run: |
Expand Down

0 comments on commit 76565a9

Please sign in to comment.