Readd
Some checks failed
Deploy bot / build-and-deploy (push) Failing after 2s

This commit is contained in:
2025-08-26 00:28:59 +02:00
commit 7a87b284af
40 changed files with 3681 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name: Deploy bot
on:
push:
branches:
- main
jobs:
build-and-deploy:
env:
TOKEN: ${{ secrets.TOKEN }}
PREFIX: ${{ secrets.PREFIX }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy with Docker Compose
run: |
docker compose down
docker compose up -d --build