Skip to content

Commit

Permalink
added missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi authored Jul 10, 2024
1 parent 96d436d commit 6fd8a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

- name: Deploy to server
env:
SSH_USER: ${{ SSH_USER }}
SSH_HOST: ${{ SSH_HOST }}
SSH_REMOTE_PATH: ${{ SSH_REMOTE_PATH }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_REMOTE_PATH: ${{ secrets.SSH_REMOTE_PATH }}
run: |
rsync -avz --delete --quiet ./public/ $SSH_USER@$SSH_HOST:$SSH_REMOTE_PATH
Expand Down

0 comments on commit 6fd8a88

Please sign in to comment.