Update publisher
Some checks failed
publish / publish (push) Failing after 16s

This commit is contained in:
Marc Riera 2024-12-18 22:27:20 +01:00
parent eac9dbb27d
commit ebb5a391c8

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:/app