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
This gem looks very promising, I believe ECS container deployment is the next-gen deployment best practice.
I am wondering how you are building and registering your docker container images. What I have in mind is the entire deployment from building a new image with the current application state, and its deployment on the AWS cloud (and your gem currently only handles the latter)
I am expecting capistro deployments to handle the whole deployment, including registering the image with the capistrano revision number. So I am wondering how you are doing that, and if it could become a feature of the gem.
The text was updated successfully, but these errors were encountered:
This gem looks very promising, I believe ECS container deployment is the next-gen deployment best practice.
I am wondering how you are building and registering your docker container images. What I have in mind is the entire deployment from building a new image with the current application state, and its deployment on the AWS cloud (and your gem currently only handles the latter)
I am expecting capistro deployments to handle the whole deployment, including registering the image with the capistrano revision number. So I am wondering how you are doing that, and if it could become a feature of the gem.
The text was updated successfully, but these errors were encountered: