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