mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
8 lines
110 B
Bash
8 lines
110 B
Bash
#! /usr/bin/env sh
|
|
|
|
export $(/env.sh)
|
|
|
|
printenv
|
|
|
|
/opt/venv/bin/taskiq worker core.broker:broker modules.tasks
|