workflow
Some checks failed
/ test (push) Successful in 7s
/ publish (push) Has been cancelled

This commit is contained in:
milovann 2024-12-04 12:09:31 +01:00
parent 2d5acc964f
commit 155f6afdcb
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@ jobs:
run: |
apt update
apt install -y pandoc
export DEBIAN_FRONTEND=noninteractive ; apt-get -qq update && apt-get install -y --quiet sshpass rsync
- name: Install checkout
uses: https://github.com/actions/checkout@v4
with:
@ -42,6 +43,6 @@ jobs:
if git diff-index --quiet HEAD ; then
echo Nothing changed, not pushing
else
export DEBIAN_FRONTEND=noninteractive ; apt-get -qq update && apt-get install -y --quiet sshpass rsync
export DEBIAN_FRONTEND=noninteractive
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av dist/ root@forgeons.org:/var/www/forgeons.org
fi

View file

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