fix topic
Some checks failed
update neo with compose files / main (push) Failing after 3s

This commit is contained in:
Didier Slof 2023-04-29 21:05:24 +02:00
parent 508158c929
commit 15fa70bd4d

View file

@ -10,8 +10,8 @@ jobs:
run: echo "${{ secrets.AUTOMATION_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa run: echo "${{ secrets.AUTOMATION_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
- run: chmod 600 ~/.ssh/id_rsa - run: chmod 600 ~/.ssh/id_rsa
- name: update git - name: update git
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git
- name: enforce new config - name: enforce new config
run: ssh -to StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e
- name: send ping to ntfy - name: send ping to ntfy
run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}