From 3109937bf79e8b5fe6b3bb1b68ad08584258d6df Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:09:45 +0200 Subject: [PATCH] fix notify --- {.gitea => .github}/workflows/update-server.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename {.gitea => .github}/workflows/update-server.yml (94%) diff --git a/.gitea/workflows/update-server.yml b/.github/workflows/update-server.yml similarity index 94% rename from .gitea/workflows/update-server.yml rename to .github/workflows/update-server.yml index d97158a..facab13 100644 --- a/.gitea/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -13,8 +13,6 @@ jobs: run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git - name: enforce new config run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e - notify: - runs-on: ubuntu-latest - steps: - name: send ping to ntfy + if: always() run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} \ No newline at end of file