shipitron
A deployment tool for use with Docker and ECS
TODO
- [ ] user runs
docker run -it --rm outstand/shipit deploy production - [ ] shipit container calls
RunTaskto schedule the actual build - [ ] ECS runs
docker run -t outstand/shipit-server deploy production - [ ] shipit container pulls git updates (pull cache from S3 in v2)
- [ ] shipit container calls
build-prod.shscript to build production container - [ ]
docker push - [ ]
RegisterTaskDefinition - [ ]
RunTask(rake db:migrate) ordocker run - [ ]
UpdateService(updates service to use new task definition)