workflow
All checks were successful
/ test (push) Successful in 6s
/ publish (push) Successful in 1m16s

This commit is contained in:
milovann 2024-12-04 16:41:42 +01:00
parent a8c3a03fed
commit fbcfdf5831
2 changed files with 3 additions and 3 deletions

View file

@ -41,9 +41,9 @@ jobs:
cd ..
git add .
if git diff-index --quiet HEAD ; then
echo Nothing changed, not pushing
echo "Nothing changed, not pushing"
else
echo "Rsync"
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/ web@51.159.66.229:/home/web/forgeons
fi

View file

@ -1,4 +1,4 @@
# Forgeons !
This is not a test !!
This is not a test !!!