workflow
This commit is contained in:
parent
a8c3a03fed
commit
fbcfdf5831
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Forgeons !
|
||||
|
||||
This is not a test !!
|
||||
This is not a test !!!
|
||||
|
||||
|
|
Loading…
Reference in a new issue