-
Notifications
You must be signed in to change notification settings - Fork 427
svc deploy command
David Killmon edited this page Jun 25, 2020
·
2 revisions
$ copilot svc deploy
Service deploy takes your local code and configuration and deploys it.
The steps involved in service deploy are:
- Build your local Dockerfile into an image
- Tag it with the value from
--tag
or the latest git sha (if you're in a git directory) - Push the image to ECR
- Package your Manifest file and Addons into CloudFormation
- Create / Update your ECS task-definition and service
-e, --env string Name of the environment.
-h, --help help for deploy
-n, --name string Name of the service.
--resource-tags stringToString Optional. Labels with a key and value separated with commas.
Allows you to categorize resources. (default [])
--tag string Optional. The service's image tag.