You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efe Karakus edited this page May 4, 2020
·
5 revisions
$ ecs-preview app deploy
What does it do?
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
What are the flags?
-e, --env string Name of the environment.
-h, --help helpfor 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.