-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Timothy Chen edited this page May 3, 2017
·
2 revisions
Welcome to the deployer wiki!
To deploy Deployer on to AWS:
-
Configure aws client with hyperpilot credentials from https://github.com/hyperpilotio/hyperpilot-demo/wiki $ aws configure
-
Login to AWS ECR:
aws ecr get-login | sudo bash
- Create a new deployer docker image:
sudo docker build . -t 416594702355.dkr.ecr.us-east-1.amazonaws.com/deployer
sudo docker push 416594702355.dkr.ecr.us-east-1.amazonaws.com/deployer
- Restart ECS deployer task