Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jellybellydev/ci-cd-theory-into-practice

This is a sample repository to show a possible configuration of a GitLab pipeline and deploy with Ansible for a software written in php with Symfony framework.
https://github.com/jellybellydev/ci-cd-theory-into-practice

ansible ansible-playbook ci-cd gitlab gitlab-ci gitlab-pipeline

Last synced: about 1 month ago
JSON representation

This is a sample repository to show a possible configuration of a GitLab pipeline and deploy with Ansible for a software written in php with Symfony framework.

Awesome Lists containing this project

README

        

![Logo](./stuff/ci-cd-logo-250.png)

# CI⚡CD: the theory put into practice
[![pipeline status](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/badges/master/pipeline.svg)](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/-/commits/master)
[![coverage report](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/badges/master/coverage.svg)](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/-/commits/master)

> This is a sample repository to show a possible configuration of a GitLab pipeline and deploy with Ansible for a software written in php with Symfony framework.

Inside the [.gitlab-ci.yml](./.gitlab-ci.yml) file you will be able to see the configuration of the CI/CD.

At the following [link](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/-/pipelines/254919519) you can see an example of a GitLab pipeline.

[Here](https://vimeo.com/537494819) the video of the speach at the phpday PUG Edition 2021.

This repository it's mirrored from [GitHub](https://github.com/JellyBellyDev/ci-cd-theory-into-practice) to [GitLab](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice).