Skip to content

Commit 0973968

Browse files
committed
enable deploy
1 parent 104e5fb commit 0973968

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

.github/workflows/build-push-deploy.yml

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)