update
This commit is contained in:
parent
0cee609da7
commit
09af58f7c9
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ This repository contains consolidated boilerplates, CI/CD pipelines, and utiliti
|
|||
|
||||
GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix Technologies maintains. Its purpose is to provide unified and consistent CI/CD workflows for all recent frontend projects developed and operated within our company, ensuring alignment, quality, and maintainability across setups.
|
||||
|
||||
## Build
|
||||
## Build Pipielines
|
||||
|
||||
Containers are built using dedicated `Dockerfile`s located in the `/docker` directory within each project repository. After the build, the images are pushed to the registry.
|
||||
|
||||
|
|
@ -60,6 +60,8 @@ A monorepo project based on Turborepo, with individual projects located under th
|
|||
| `TURBO_TOKEN` | Access token for turbo cache | |
|
||||
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | |
|
||||
|
||||
## Linting, type checking, code analyzis, dependency tracking
|
||||
|
||||
### `Lint`
|
||||
|
||||
Linting, type checking, sonarqube, dependency tracking, any testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue