CI/CD Symfony 4 with GitLab

In my latest project (API endpoint based on Symfony and api-platform), I have the task to optimize and automate CI/CD processes. As a result: here is super-simplified version of the resulting GitLab pipiline:

Docker image used is uvigii/sf4:latest. The reason I build the image is that it is as close as possible to the production ubuntu server, includes all the necessary libraries, includes composer, and is small in size.

Leave a Reply

Your email address will not be published. Required fields are marked *