From 4feec19d2ccfa7bb1d573c6a208ead4f7782821d Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Mon, 29 Dec 2025 16:48:37 +0700 Subject: [PATCH] ci: add Gitea Actions workflow for Docker-based deployment to private server. --- .gitea/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a2b95bb..a959ad5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -43,4 +43,8 @@ jobs: Ref: ${{ github.ref_name }} Commit: ${{ github.sha }} Status: ${{ job.status }} - Actor: ${{ github.actor }} \ No newline at end of file + 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 }} \ No newline at end of file