Update .forgejo/workflows/build.yaml
publish / publish (push) Successful in 51s
Details
publish / publish (push) Successful in 51s
Details
parent
93b7d5f355
commit
27a9ad5790
|
@ -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…
Reference in New Issue