From 72fdde3eb7b7741b54e6008f352f1431866259fb Mon Sep 17 00:00:00 2001 From: Arity-T Date: Tue, 3 Feb 2026 12:52:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-bot.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitea/workflows/deploy-bot.yml diff --git a/.gitea/workflows/deploy-bot.yml b/.gitea/workflows/deploy-bot.yml deleted file mode 100644 index 88c3106..0000000 --- a/.gitea/workflows/deploy-bot.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy Bot - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: self-hosted - container: - image: node:20-bullseye - 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