Update workflow to remove target dir before upload
All checks were successful
/ deploy (push) Successful in 14s
All checks were successful
/ deploy (push) Successful in 14s
This commit is contained in:
parent
03dc1f8367
commit
5bd62c1919
1 changed files with 1 additions and 0 deletions
|
@ -39,3 +39,4 @@ jobs:
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
source: .
|
source: .
|
||||||
target: "/var/www/wiki.lunivity.com/"
|
target: "/var/www/wiki.lunivity.com/"
|
||||||
|
rm: true
|
||||||
|
|
Loading…
Reference in a new issue