Deploy test
Some checks failed
publish / publish (push) Failing after 16s

This commit is contained in:
Marc Riera 2024-12-18 23:01:42 +01:00
parent 005b31f2cf
commit e0be6d4eae

View file

@ -32,4 +32,4 @@ jobs:
echo "$SSH_PRIVATE_KEY" | ssh-add - echo "$SSH_PRIVATE_KEY" | ssh-add -
apt update && apt install -y rsync apt update && apt install -y rsync
mkdir ~/.ssh mkdir ~/.ssh
rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/app