Skip to content

Commit

Permalink
fix: ssh serverfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yukebrillianth committed Jun 15, 2024
1 parent fa25bfd commit d8b7d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
ssh-disable-host-key-checking: true
- name: Deploy to Production
env:
DOT_ENV: ${{ secrets.DOT_ENV_PRODUCTION }}
Expand Down

0 comments on commit d8b7d0a

Please sign in to comment.