This single repository is used to centralize and distribute CI/CD scripts to all microservices. This enables your team to modify it in one place and distribute it with one merge on dev and another one on master when it was successful.
- The folder .githubis used by GitHub Action for files' distribution.
- The folder scriptsis all of the scripts used by this project's Action.
- The folder srcis containning the GitHub Actions and Dockerfiles which are distributed in all of microservices projects.