up
All checks were successful
/ publish (push) Successful in 1m16s

This commit is contained in:
milovann 2024-12-05 12:18:31 +01:00
parent dffbad640f
commit ca73882ac1

View file

@ -39,11 +39,6 @@ jobs:
done done
cd .. cd ..
git add . echo "Rsync"
if git diff-index --quiet HEAD ; then export DEBIAN_FRONTEND=noninteractive
echo "Nothing changed, not pushing" SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons
else
echo "Rsync"
export DEBIAN_FRONTEND=noninteractive
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons
fi