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
In order to improve the development and testing process, it would be nice to have a continuous integration and deployment pipeline that can ensure the project's code quality and automate the deployment based on new integrated features.
There are widely tools used by the community that can be suitable for our needs:
CircleCI
TravisCI
Jenkins
Choosing the appropriate tool is one of the tasks associated with this issue.
Possible pipeline:
New feature
Run tests
Build docker images
Push to ECS registry
Deploy to ECS
Notify the team via slack
The text was updated successfully, but these errors were encountered:
In order to improve the development and testing process, it would be nice to have a continuous integration and deployment pipeline that can ensure the project's code quality and automate the deployment based on new integrated features.
There are widely tools used by the community that can be suitable for our needs:
Choosing the appropriate tool is one of the tasks associated with this issue.
Possible pipeline:
The text was updated successfully, but these errors were encountered: