Files
infrastructure/.github/workflows/deploy-bot.yml
2024-12-30 11:42:12 -07:00

16 lines
336 B
YAML

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