From fbcfdf583172e51bc3c739e361ccb309048a1ff0 Mon Sep 17 00:00:00 2001 From: milovann Date: Wed, 4 Dec 2024 16:41:42 +0100 Subject: [PATCH] workflow --- .forgejo/workflows/publish.yml | 4 ++-- pages/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index e617c51..dca1be7 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -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 diff --git a/pages/index.md b/pages/index.md index 734e490..a4de2cc 100644 --- a/pages/index.md +++ b/pages/index.md @@ -1,4 +1,4 @@ # Forgeons ! -This is not a test !! +This is not a test !!!