Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoss authored Jul 10, 2024
1 parent c324fcc commit 16d0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync --checksum -avz ./public/ -e ${{ secrets.SSH_USERNAME }}@${{ secrets.HOST }}:/usr/home/mi-labor/public_html_2/
run: rsync --checksum -avz ./public/ -e ${{ secrets.SSH_USERNAME }}@${{ secrets.HOST }}:/usr/home/mi-labor/public_html/

0 comments on commit 16d0820

Please sign in to comment.