deploy on gitea workflow #3
@@ -115,9 +115,7 @@ jobs:
|
||||
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}
|
||||
-F "document=@${DEPLOY_LOG_FILE}" > /dev/null && rm -f ${DEPLOY_LOG_FILE}
|
||||
' > /dev/null 2>&1 &
|
||||
EOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user