From f267eef6a4335aa25ebf54e893e7f1491f85636c Mon Sep 17 00:00:00 2001 From: churl Date: Fri, 21 Jan 2022 11:32:48 +0100 Subject: [PATCH] ci test --- bot.py | 2 -- launch.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bot.py b/bot.py index baa6020..3f2e20a 100644 --- a/bot.py +++ b/bot.py @@ -15,8 +15,6 @@ import discord load_dotenv() TOKEN = os.getenv("DISCORD_TOKEN") -# Trigger CI - class HeidiClient(discord.Client): def __init__(self): diff --git a/launch.sh b/launch.sh index 0d04d8d..785c3cf 100755 --- a/launch.sh +++ b/launch.sh @@ -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