From 0076f57e004994a0b1da99ee896bfcdab79ffb05 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:00:33 +0200 Subject: [PATCH] add step --- .gitea/workflows/update-server.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/update-server.yml b/.gitea/workflows/update-server.yml index ffd9282..864b2ae 100644 --- a/.gitea/workflows/update-server.yml +++ b/.gitea/workflows/update-server.yml @@ -12,4 +12,6 @@ jobs: - name: update git run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git - name: enforce new config - run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e \ No newline at end of file + run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e + - name: send ping to ntfy + run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" \ No newline at end of file