File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,22 +47,15 @@ jobs:
4747 registry-lynx.max-heidinger.de/simple-diff:latest
4848 registry-lynx.max-heidinger.de/simple-diff:${{ github.sha }}
4949
50- # deploy:
51- # runs-on: ubuntu-latest
52- # needs: push
53- #
54- # steps:
55- # # https://github.com/distributhor/workflow-webhook
56- # - name: Deploy
57- # uses: distributhor/workflow-webhook@v3
58- # with:
59- # webhook_type: "json-extended"
60- # webhook_url: ${{ secrets.WEBHOOK_URL }}
61- # webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
62- # - name: Deploy Second Instance
63- # uses: distributhor/workflow-webhook@v3
64- # with:
65- # webhook_type: "json-extended"
66- # webhook_url: ${{ secrets.WEBHOOK_URL_2 }}
67- # webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
68- #
50+ deploy :
51+ runs-on : ubuntu-latest
52+ needs : push
53+
54+ steps :
55+ # https://github.com/distributhor/workflow-webhook
56+ - name : Deploy
57+ uses : distributhor/workflow-webhook@v3
58+ with :
59+ webhook_type : " json-extended"
60+ webhook_url : ${{ secrets.WEBHOOK_URL }}
61+ webhook_secret : ${{ secrets.WEBHOOK_SECRET }}
You can’t perform that action at this time.
0 commit comments