Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
Add Dreamhost to known hosts
  • Loading branch information
lucasvr authored Jul 1, 2024
1 parent 7e7be09 commit d36c42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.DREAMHOST_DEPLOY_KEY }}

- name: Add Dreamhost to known hosts
run: ssh-keyscan ${{ secrets.DREAMHOST_HOST }} >> ~/.ssh/known_hosts

- name: Sync files to Dreamhost
env:
DREAMHOST_USER: ${{ secrets.DREAMHOST_USER }}
Expand Down

0 comments on commit d36c42a

Please sign in to comment.