This commit is contained in:
churl
2022-01-21 11:32:48 +01:00
parent bad556efbc
commit f267eef6a4
2 changed files with 1 additions and 3 deletions

2
bot.py
View File

@ -15,8 +15,6 @@ import discord
load_dotenv()
TOKEN = os.getenv("DISCORD_TOKEN")
# Trigger CI
class HeidiClient(discord.Client):
def __init__(self):

View File

@ -2,4 +2,4 @@
docker pull registry.gitlab.com/churl/heidibot
docker container rm -f heidibot
docker run -d --env-file .env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot
docker run -d --env-file /home/christoph/HeidiBot/.env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot