Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jellybellydev/ci-cd-theory-into-practice
- Owner: JellyBellyDev
- License: mit
- Created: 2021-02-06T11:55:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T11:22:03.000Z (about 3 years ago)
- Last Synced: 2024-05-02T01:40:40.520Z (7 months ago)
- Topics: ansible, ansible-playbook, ci-cd, gitlab, gitlab-ci, gitlab-pipeline
- Language: PHP
- Homepage:
- Size: 216 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).