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 hacktoberfest
Last synced: 3 months 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.
- Host: GitHub
- URL: https://github.com/jellybellydev/ci-cd-theory-into-practice
- Owner: JellyBellyDev
- License: mit
- Created: 2021-02-06T11:55:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T08:45:24.000Z (9 months ago)
- Last Synced: 2025-03-26T22:51:18.909Z (4 months ago)
- Topics: ansible, ansible-playbook, ci-cd, gitlab, gitlab-ci, gitlab-pipeline, hacktoberfest
- Language: PHP
- Homepage:
- Size: 143 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CI⚡CD: the theory put into practice
[](https://gitlab.com/JellyBellyDev/ci-cd-theory-into-practice/-/commits/master)
[](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).