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

@@ -43,4 +43,8 @@ jobs:
Ref: ${{ github.ref_name }} Ref: ${{ github.ref_name }}
Commit: ${{ github.sha }} Commit: ${{ github.sha }}
Status: ${{ job.status }} Status: ${{ job.status }}
Actor: ${{ github.actor }} 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 }}