Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batleforc/monofolioops
https://github.com/batleforc/monofolioops
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/batleforc/monofolioops
- Owner: batleforc
- Created: 2024-11-25T21:12:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T20:18:57.000Z (about 2 months ago)
- Last Synced: 2024-12-04T21:25:54.670Z (about 2 months ago)
- Language: Smarty
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Monofolio Ops
This is the second part of the Monofolio Project, whith the purpose of having a better workflow.
## Goal
- [ ] Correctly setup the project with separated Code and Infrastructure repositories
- [ ] Create a CI/CD pipeline for the Code repository that will build the application and on success, trigger the Infrastructure repository to update the infrastructure
- [ ] Handle Three Environments:
- [NOT MVP] Development (with a subdomain {Branch name}.dev.\*)
- [ ] PreProd (with a subdomain beta.maxleriche.net)
- [ ] Production (with a subdomain maxleriche.net)## Trigger for the Code Repository
The build should be triggered by a push to a branch, and then conditional to the file changed (Front/Backend).
The build should be tagged depending on the branch name or if it's a tag.
In case of a tag, the build should be tagged with the tag name and not conditional to the file changed.