This commit is contained in:
parent
508158c929
commit
15fa70bd4d
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ jobs:
|
|||
run: echo "${{ secrets.AUTOMATION_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
- run: chmod 600 ~/.ssh/id_rsa
|
||||
- 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
|
||||
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
|
||||
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 }}
|
Reference in a new issue