Adventure-Bot / adventure-bot

Slay a monster! Stab your friend! Adventure Bot!
https://www.adventurebot.io/
6 stars 6 forks source link

Leverage build artifacts #190

Closed brian-gates closed 2 years ago

brian-gates commented 2 years ago

Persist a sensibly sized and functional build artifact for release and deployment.

Need to solve the issue of environment variables not being present when running the build artifact.

https://github.com/Adventure-Bot/adventure-bot/commit/6378083da8158922d2bdb34c94de1162ede451c5

brian@adventure-bot:~/actions-runner/_work/adventure-bot/adventure-bot/packages/game$ node .build/
🔒 Dev commands disabled
 âš  Discord BOT_TOKEN required 
 https://github.com/Adventure-Bot/adventure-bot/blob/main/developer-guide.md#create-your-bot-token 
 âš  Discord Client ID required 
 https://github.com/Adventure-Bot/adventure-bot/blob/main/developer-guide.md 
 âš  Discord Guild ID required 
 https://github.com/Adventure-Bot/adventure-bot/blob/main/developer-guide.md 
brian-gates commented 2 years ago

https://github.com/Adventure-Bot/adventure-bot/pull/168