workflow
This commit is contained in:
parent
155f6afdcb
commit
a8c3a03fed
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue