ci test
This commit is contained in:
2
bot.py
2
bot.py
@ -15,8 +15,6 @@ import discord
|
|||||||
load_dotenv()
|
load_dotenv()
|
||||||
TOKEN = os.getenv("DISCORD_TOKEN")
|
TOKEN = os.getenv("DISCORD_TOKEN")
|
||||||
|
|
||||||
# Trigger CI
|
|
||||||
|
|
||||||
|
|
||||||
class HeidiClient(discord.Client):
|
class HeidiClient(discord.Client):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
docker pull registry.gitlab.com/churl/heidibot
|
docker pull registry.gitlab.com/churl/heidibot
|
||||||
docker container rm -f 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
|
||||||
|
Reference in New Issue
Block a user