moving discord bot to its own repo
This commit is contained in:
15
.github/workflows/deploy-bot.yml
vendored
15
.github/workflows/deploy-bot.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user