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:
@@ -115,9 +115,7 @@ jobs:
|
|||||||
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
|
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
|
||||||
--proxy "${PROXY_URL}" \
|
--proxy "${PROXY_URL}" \
|
||||||
-F "chat_id=${TELEGRAM_CHAT}" \
|
-F "chat_id=${TELEGRAM_CHAT}" \
|
||||||
-F "document=@${DEPLOY_LOG_FILE}" > /dev/null
|
-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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user