deploy on gitea workflow #3

Merged
vbevdev merged 55 commits from experiment/runner into main 2026-07-04 16:20:41 +00:00
Showing only changes of commit cebc67e9a4 - Show all commits
+1 -3
View File
@@ -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