From 91588484c76a15606c1a92073a5e9898fc84fc7b Mon Sep 17 00:00:00 2001 From: Arity-T Date: Tue, 3 Feb 2026 12:18:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D0=BF=D0=BB=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-bot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/deploy-bot.yml diff --git a/.gitea/workflows/deploy-bot.yml b/.gitea/workflows/deploy-bot.yml new file mode 100644 index 0000000..518f15d --- /dev/null +++ b/.gitea/workflows/deploy-bot.yml @@ -0,0 +1,20 @@ +name: Deploy Bot + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: self-hosted + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Deploy + env: + BOT_TOKEN: ${{ secrets.BOT_TOKEN }} + ADMIN_LOGIN: ${{ secrets.ADMIN_LOGIN }} + LOG_LEVEL: ${{ vars.LOG_LEVEL }} + run: docker compose up -d --build