Skip to content

Commit 02698af

Browse files
committed
ci: remove wakeup request
Request on WAKEUP_URL was added in the time when we deployed to Heroku, and a server on Heroku used to 'sleep' sometimes, failing to receive deployment webhooks. After such request it came to a working state. This request was initially added in #1978.
1 parent 7695e76 commit 02698af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-custom.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ jobs:
8282
- run: make json-ru
8383
id: make-json-ru
8484

85-
- run: curl ${{secrets.WAKEUP_URL}} --connect-timeout 300 --retry 3 --retry-delay 30 >> /dev/null
86-
id: wake-up-server
87-
8885
- run: bash upload_output.sh
8986
id: upload-output
9087

0 commit comments

Comments
 (0)