A bot for Brandon and I to harass our league with
- python 3.7
- pipenv
Hint:
$ pipenv install --dev
$ pipenv shell
- you'll need some AWS credentials with permissions (talk to Brandon)
- install the AWS CLI
Configure the CLI (set the default region to us-east-1
)
$ aws configure
Log in to ecr
$ aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 531923694275.dkr.ecr.us-east-1.amazonaws.com
Run this from the root of the project directory
$ docker build -t 531923694275.dkr.ecr.us-east-1.amazonaws.com/discord_bot .
$ docker push 531923694275.dkr.ecr.us-east-1.amazonaws.com/discord_bot:latest
docker build . -t discord_bot