play4honor / discord_quote_bot

A bot that brings the "quote" feature to Discord.
2 stars 1 forks source link

Deploy features/yoshi_pins #74

Closed zhangchuck closed 4 years ago

zhangchuck commented 4 years ago

Finished

Still to-do

Notes on credential passing:

the IAM role is in the EC2 instance metadata, some googling suggest that docker containers on the instance have access to that metadata already

zhangchuck commented 4 years ago

Note that this feature is not working on quote-bot-dev yet. We'll need to inspect the logs at some point.

zhangchuck commented 4 years ago

Issue with deployment was that we ran out of diskspace and the image wouldn't download properly. To fix this, we make sure to prune docker every time we redeploy:

play4honor/p4h_webhooks@b8d2675

zhangchuck commented 4 years ago

Remember to pull the hardcoded bucket name and place it into an environment variable

zhangchuck commented 4 years ago