Skip to content

Commit e3a190f

Browse files
author
Alexander Kacharava
committed
Add slash
1 parent 64668c2 commit e3a190f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
3737
- name: Deploy
3838
run: |
39-
rsync -avz -e "ssh -p 22 -o LogLevel=DEBUG3" ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/www
39+
rsync -avz -e "ssh -p 22 -o LogLevel=DEBUG3" ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/www/

0 commit comments

Comments
 (0)