File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
DISCORD_BOT_TOKEN_NB : ${{ secrets.DISCORD_BOT_TOKEN_NB }}
14
14
DISCORD_BOT_TOKEN_SB : ${{ secrets.DISCORD_BOT_TOKEN_SB }}
15
15
DISCORD_BOT_TOKEN_DGB : ${{ secrets.DISCORD_BOT_TOKEN_DGB }}
16
+ DISCORD_BOT_TOKEN_TTD : ${{ secrets.DISCORD_BOT_TOKEN_TTD }}
16
17
17
18
steps :
18
19
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ services:
36
36
DBpassword : ${DB_PASSWORD}
37
37
config : ./config/dungen_guardian.json
38
38
39
+ bot_ttd :
40
+ build :
41
+ context : ./
42
+ restart : always
43
+ environment :
44
+ DCtoken : ${DISCORD_BOT_TOKEN_TTD}
45
+ DBdatabase : gurglebot
46
+ DBhost : gurglebot-db_gb-1
47
+ DBusername : gurglebot
48
+ DBpassword : ${DB_PASSWORD}
49
+ config : ./config/the_tavern_dnd.json
50
+
39
51
networks :
40
52
default :
41
53
external :
You can’t perform that action at this time.
0 commit comments