moving discord bot to its own repo

This commit is contained in:
2025-06-26 16:11:23 -06:00
parent 4a2d87abd7
commit d6adcdf7a9
38 changed files with 0 additions and 4768 deletions

View File

@@ -1,15 +0,0 @@
name: Deploy Discord Bot
on:
workflow_dispatch:
jobs:
run-python:
runs-on: [self-hosted, home-server]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: deploy bot
env:
DISCORD_SECRET: ${{ secrets.DISCORD_SECRET }}
run: |
cd discord-bot
./run.sh