Update .forgejo/workflows/build.yaml
publish / publish (push) Successful in 51s Details

Marc Riera 2024-02-17 16:50:47 +01:00
parent 93b7d5f355
commit 27a9ad5790
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ jobs:
apt update && apt install -y rsync apt update && apt install -y rsync
mkdir ~/.ssh mkdir ~/.ssh
ssh-keyscan -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts 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/