Skip to content

Commit

Permalink
Restore deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 20, 2024
1 parent 7c4c870 commit c31dafe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/domcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
webhook_auth: ${{ secrets.WEBHOOK_AUTH_SGP }}
data: >-
{"commands":["git pull","npm i","npm test","sudo systemctl restart bridge"]}
# - name: Invoke MNZ deployment hook
# uses: distributhor/workflow-webhook@v3
# env:
# webhook_url: https://my.domcloud.co/api/githubdeploy
# webhook_secret: ${{ secrets.WEBHOOK_SECRET_MNZ }}
# webhook_auth: ${{ secrets.WEBHOOK_AUTH_MNZ }}
# data: >-
# {"commands":["git pull","npm i","npm test","sudo systemctl restart bridge"]}
- name: Invoke MNZ deployment hook
uses: distributhor/workflow-webhook@v3
env:
webhook_url: https://my.domcloud.co/api/githubdeploy
webhook_secret: ${{ secrets.WEBHOOK_SECRET_MNZ }}
webhook_auth: ${{ secrets.WEBHOOK_AUTH_MNZ }}
data: >-
{"commands":["git pull","npm i","npm test","sudo systemctl restart bridge"]}

0 comments on commit c31dafe

Please sign in to comment.