We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa1560 commit 58337c8Copy full SHA for 58337c8
.github/workflows/deploy.yml
@@ -58,6 +58,6 @@ jobs:
58
59
- name: Copy files to server
60
run: |
61
- rsync -avz --delete --exclude='.git*' ./ jouca@217.182.174.221:/var/www/html/hexatransit
+ rsync -avz --delete --exclude='.git*' ./ jouca@217.182.174.221:/var/www/html/hexatransit/assets
62
env:
63
SSH_AUTH_SOCK: ${{ env.SSH_AUTH_SOCK }}
0 commit comments