Update .forgejo/workflows/build.yaml
All checks were successful
publish / publish (push) Successful in 51s
All checks were successful
publish / publish (push) Successful in 51s
This commit is contained in:
parent
93b7d5f355
commit
27a9ad5790
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ jobs:
|
|||
apt update && apt install -y rsync
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts
|
||||
rsync -atv --progress --delete -e 'ssh -p $SSH_PORT' ./public/ publisher@$SSH_HOST:/usr/share/nginx/html/
|
||||
rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/usr/share/nginx/html/
|
Loading…
Add table
Reference in a new issue