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

This commit is contained in:
Marc Riera 2024-12-18 23:27:24 +01:00
parent a0b25fa2fd
commit 8b77feb359

View file

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