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
I've read some post and some video on youtube which use this library for deploying an app into AWS using docker. But if I understand correctly this library is not for the docker solution. Because I don't see the setup part for ECS, ECR ... which is dedicated for the container and images. So correct me if I'm wrong.
Just a simple question and I hope somebody can clarify it for me.
Thanks
The text was updated successfully, but these errors were encountered:
I've read some post and some video on youtube which use this library for deploying an app into AWS using docker. But if I understand correctly this library is not for the docker solution. Because I don't see the setup part for ECS, ECR ... which is dedicated for the container and images. So correct me if I'm wrong. Just a simple question and I hope somebody can clarify it for me. Thanks
You can create ecr repo and 2 github action, example action-a.yml which is docker build and push your tag in repo ECR and second in github repo create folder where have configurations of beanstalk on second job action-b.yml you can cd into directory and after that run this action.
I've read some post and some video on youtube which use this library for deploying an app into AWS using docker. But if I understand correctly this library is not for the docker solution. Because I don't see the setup part for ECS, ECR ... which is dedicated for the container and images. So correct me if I'm wrong.
Just a simple question and I hope somebody can clarify it for me.
Thanks
The text was updated successfully, but these errors were encountered: