Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 7a60a88

Browse files
author
Achim Schneider
authored
DEployment hook no longer needed in CI
1 parent 0e164fb commit 7a60a88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,3 @@ jobs:
8181
- name: Push version tagged Docker image
8282
if: github.ref == 'refs/heads/main' && github.repository == 'paritytech/ink-playground'
8383
run: docker push ${{ secrets.DOCKER_USER_NAME }}/ink-playground:1.0.$BUILD_NUMBER
84-
85-
- name: Invoke deployment hook
86-
if: github.ref == 'refs/heads/main' && github.repository == 'paritytech/ink-playground'
87-
uses: distributhor/workflow-webhook@v2
88-
env:
89-
webhook_url: ${{ secrets.WEBHOOK_URL }}/redeploy
90-
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)