Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kacharava committed Sep 6, 2024
1 parent cd84628 commit 64668c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Deploy
run: |
rsync -avz -e "ssh -p 22" -o LogLevel=DEBUG3" ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/www
rsync -avz -e "ssh -p 22 -o LogLevel=DEBUG3" ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/www

0 comments on commit 64668c2

Please sign in to comment.