If I make changes to copilot/app/manifest
, how do I push and apply the changes?
#5798
-
What is the recommended way to push (e.g. CPU) changes to AWS? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @lominming! If you are using a Copilot pipeline, you can just push the manifest change to your repo, and the update should be applied by the pipeline. Otherwise, you can apply the change by doing |
Beta Was this translation helpful? Give feedback.
-
@dannyrandall Can I also confirm that if I make changes to |
Beta Was this translation helpful? Give feedback.
Hey @lominming! If you are using a Copilot pipeline, you can just push the manifest change to your repo, and the update should be applied by the pipeline. Otherwise, you can apply the change by doing
copilot svc deploy
.