initial commit

This commit is contained in:
Daniil Barodkin
2026-06-06 23:29:11 +03:00
commit e8ffcd7526
23 changed files with 881 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Deploy AutoDJ Bot
on:
push:
branches:
- main # Пайплайн запустится только при пуше в ветку main
jobs:
deploy:
# Укажи лейбл твоего раннера (часто это ubuntu-latest или windows-latest)
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build and Run with Docker Compose
run: |
docker compose up -d --build