ci: add Gitea Actions workflow for Docker-based deployment to private server.
All checks were successful
Deploy to Private Server / deploy (push) Successful in 13s

This commit is contained in:
2025-12-29 16:48:37 +07:00
parent 6c0f9074f8
commit 4feec19d2c

View File

@@ -44,3 +44,7 @@ jobs:
Commit: ${{ github.sha }}
Status: ${{ job.status }}
Actor: ${{ github.actor }}
gmail_password: ${{ secrets.GMAIL_PASSWORD }}
ntfy_password: ${{ secrets.NTFY_PASSWORD }}
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}