-
Notifications
You must be signed in to change notification settings - Fork 414
app deploy command
Efe Karakus edited this page May 4, 2020
·
5 revisions
$ ecs-preview app deploy
ecs-preview app deploy
deploys your application. Please run ecs-preview app init
first to create an application before running this command.
App Deploy:
- Builds your local Dockerfile into an image
- Tags it with the value from
--tag
or the latest git sha (if you're in a git directory) - Pushes the image to ECR
- Creates / Updates your ECS task-definition and service
-e, --env string Name of the environment.
-h, --help help for deploy
-n, --name string Name of the application.
--resource-tags stringToString Optional. Labels with a key and value separated with commas.
Allows you to categorize resources. (default [])
--tag string Optional. The application's image tag.