deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user