I have to setup CI/CD
for my organisation.
My requirement is that ci-sever
(whether hosted or on-premise ) should mimic the prod environment like operating system
, /var/log
directories , nginx
, php-fpm
configuration so on. It gives us more confidence when running integration test cases.
As we setup jenkins
on-premise server so we can easily replicate the prod environment on jenkins
server.
How can I do that with any ci
hosting service like travis-ci
, 'codeship' , 'circle-ci' etc ??