Files
shiro-probability/.gitea/workflows/deploy.yml
koneko f8903157ff
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 8s
fix workflow branch name
2025-07-14 01:04:57 +02:00

22 lines
404 B
YAML

name: Deploy bot
on:
push:
branches:
- main
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