Change dir to .
All checks were successful
/ deploy (push) Successful in 14s

This commit is contained in:
Sangelo 2024-01-10 17:41:13 +01:00
parent 90740f7e6c
commit baac9b94c1

View file

@ -47,7 +47,7 @@ jobs:
SSH_USER: wiki-deploy
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_PORT: ${{ secrets.SSH_PORT }}
RSYNC_LOCAL_PATH: './public'
RSYNC_LOCAL_PATH: .
RSYNC_REMOTE_PATH: '/var/www/wiki.lunivity.com/'
RSYNC_OPTIONS: '--recursive --delete --delete-before --verbose --dry-run'