parent
dffbad640f
commit
ca73882ac1
1 changed files with 3 additions and 8 deletions
|
@ -39,11 +39,6 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git add .
|
|
||||||
if git diff-index --quiet HEAD ; then
|
|
||||||
echo "Nothing changed, not pushing"
|
|
||||||
else
|
|
||||||
echo "Rsync"
|
echo "Rsync"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons
|
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue