From 3bdc1745fb54f41dc6513e3fc8693a4e1be2fc60 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Tue, 6 Dec 2022 11:35:01 +0600 Subject: [PATCH] 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. --- .github/workflows/deploy-custom.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-custom.yml b/.github/workflows/deploy-custom.yml index 8a5cd5ad41..ffd031a7c0 100644 --- a/.github/workflows/deploy-custom.yml +++ b/.github/workflows/deploy-custom.yml @@ -86,9 +86,6 @@ jobs: - run: make json-ru id: make-json-ru - - run: curl ${{secrets.WAKEUP_URL}} --connect-timeout 300 --retry 3 --retry-delay 30 >> /dev/null - id: wake-up-server - - run: bash upload_output.sh id: upload-output