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

This commit is contained in:
2026-07-04 17:28:51 +03:00
parent b5ebd32a0d
commit 327f4368c6
+5 -5
View File
@@ -110,13 +110,13 @@ jobs:
-d "chat_id=${TELEGRAM_CHAT}" \ -d "chat_id=${TELEGRAM_CHAT}" \
-d "parse_mode=HTML" \ -d "parse_mode=HTML" \
--data-urlencode "text=${FAILURE_MESSAGE}" > /dev/null --data-urlencode "text=${FAILURE_MESSAGE}" > /dev/null
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
--proxy "${PROXY_URL}" \
-F "chat_id=${TELEGRAM_CHAT}" \
-F "document=@${DEPLOY_LOG_FILE}" > /dev/null
fi fi
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
--proxy "${PROXY_URL}" \
-F "chat_id=${TELEGRAM_CHAT}" \
-F "document=@${DEPLOY_LOG_FILE}" > /dev/null
rm -f ${DEPLOY_LOG_FILE} rm -f ${DEPLOY_LOG_FILE}
' > /dev/null 2>&1 & ' > /dev/null 2>&1 &
EOT EOT