workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Has been cancelled

This commit is contained in:
milovann 2024-12-04 12:15:28 +01:00
parent 155f6afdcb
commit a8c3a03fed

View file

@ -43,6 +43,7 @@ jobs:
if git diff-index --quiet HEAD ; then if git diff-index --quiet HEAD ; then
echo Nothing changed, not pushing echo Nothing changed, not pushing
else else
echo "Rsync"
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av dist/ root@forgeons.org:/var/www/forgeons.org SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av dist/ root@forgeons.org:/var/www/forgeons.org
fi fi