Skip to content

Commit 5b81766

Browse files
authored
Update worker-dev-deploy.yml
1 parent 997f842 commit 5b81766

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/worker-dev-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
deploy:
2121
needs: [build-and-push]
2222
uses: ./.github/workflows/deploy.yml
23-
with:
24-
payload: |
25-
{
26-
"urls": [
27-
"http://217.174.159.185:9000/hooks/redeploy-worker"
28-
]
29-
}
3023
secrets:
3124
webhook_url: ${{ secrets.WORKER_WEBHOOK_URL }}
3225
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)