Skip to content

Commit

Permalink
Fixed Arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
William-McGonagle committed Aug 5, 2023
1 parent 061aaf9 commit f9b2808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
known_hosts: "unnecessary"

- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.HOST }} >> ~/.ssh/known_hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync -avz --delete . ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/prod
run: rsync -avz --delete . ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:/prod

0 comments on commit f9b2808

Please sign in to comment.