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 !!!