|
def | setup_args (self, parser) |
|
def | run (self, args) |
|
def | deploy (self, args, stack) |
|
def | prerun (self, *args, **kwargs) |
|
def | get_stack (self, name) |
|
Public Member Functions inherited from cli.base.HostingCommand |
def | add_stack_argument (self, *args, env=DEFAULT_STACK_ENV, help=None, metavar='STACK_NAME', **kwargs) |
|
def | check_requirements (self, stack) |
|
Deploy an Odyssey stack.
The basic delivery for a deploy is a set of docker containers. A
docker registry acts as the gateway between build and execution. The
role of this script is to deliver new images to the registry and then
update ECS task definitions to commence a rolling update.
Definition at line 16 of file deploy.py.