new workflow
Some checks failed
publish / publish (push) Has been cancelled

This commit is contained in:
themelm 2025-05-25 02:18:16 -07:00
parent 7f19054070
commit a2e9b0a13c

View file

@ -52,5 +52,5 @@ jobs:
echo "$SSH_PRIVATE_KEY" | ssh-add -
apt update && apt install -y rsync
mkdir ~/.ssh
ssh-keyscan your-host.com > ~/.ssh/known_hosts
ssh-keyscan 192.168.1.145 > ~/.ssh/known_hosts
rsync -atv --progress ./public/ forgejo@192.168.1.145:/var/www/melm.xyz