update
This commit is contained in:
parent
09af58f7c9
commit
06500c80d0
1 changed files with 2 additions and 2 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 Pipielines
|
||||
## .Github Workflows: Build and push containers
|
||||
|
||||
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,7 +60,7 @@ 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
|
||||
## .Github Workflows: Linting, type checking, code analyzis, dependency tracking
|
||||
|
||||
### `Lint`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue