2 comments

[ 3.1 ms ] story [ 18.7 ms ] thread
Learn how to develop a project with Symfony, write PHPUnit tests, and automatically deploy the application to AWS Elastic Beanstalk on every change to code.
This is really an introduction to the implementation of continuous delivery in your organization. In order to implement this topic, you still need to seriously consider the following techniques that are necessary for the proper functioning of the entire implementation pipeline:

- trunk based development - feature flags - zero-downtime deployment - continuous inspection

This is a necessary minimum to keep the whole process in good shape.