deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2026-07-04 02:08:19 +03:00
parent 15cafea367
commit 8f48806208
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -110,13 +110,13 @@ jobs:
--proxy "${PROXY_URL}" \
-d "chat_id=${TELEGRAM_CHAT}" \
-d "parse_mode=MarkdownV2" \
-d "text=$SUCCESS_DEPLOY_MESSAGE" > /dev/null
-d "text='"'\$SUCCESS_DEPLOY_MESSAGE'"'" > /dev/null
else
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
--proxy "${PROXY_URL}" \
-d "chat_id=${TELEGRAM_CHAT}" \
-d "parse_mode=MarkdownV2" \
-d "text=$FAILURE_DEPLOY_MESSAGE" > /dev/null
-d "text='"'\$FAILURE_DEPLOY_MESSAGE'"'" > /dev/null
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
--proxy "${PROXY_URL}" \
@@ -36,5 +36,5 @@ jobs:
--proxy "${PROXY_URL}" \
-d "chat_id=${TELEGRAM_CHAT}" \
-d "parse_mode=MarkdownV2" \
-d "text=$MESSAGE" > /dev/null
-d "text='"'\$MESSAGE'"'" > /dev/null
EOT