This commit is contained in:
2025-07-14 01:01:58 +02:00
commit f16bf39250
9 changed files with 459 additions and 0 deletions

View File

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