From 23846918e60a0090c075527a4a139a70cacf8ffc Mon Sep 17 00:00:00 2001 From: vbevdev Date: Sat, 4 Jul 2026 02:16:55 +0300 Subject: [PATCH] deploy-workflow: create docker compose file --- .gitea/workflows/test_telegram_deploy_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_telegram_deploy_bot.yaml b/.gitea/workflows/test_telegram_deploy_bot.yaml index 821e747..d03455e 100644 --- a/.gitea/workflows/test_telegram_deploy_bot.yaml +++ b/.gitea/workflows/test_telegram_deploy_bot.yaml @@ -34,7 +34,7 @@ jobs: sshpass -e ssh -p 22 "$SSH_USERNAME@$SSH_HOST" bash -s << 'EOT' set -e - curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \ + curl -s --connect-timeout 10 -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \ --proxy "${PROXY_URL}" \ -d "chat_id=${TELEGRAM_CHAT}" \ -d "parse_mode=MarkdownV2" \