💚(CI) add frontend jobs

Add the frontend jobs to the CI pipeline.
This commit is contained in:
Anthony LC
2024-04-03 13:54:11 +02:00
committed by Anthony LC
parent 1d3f1f793e
commit bf19c50146
4 changed files with 213 additions and 8 deletions

View File

@@ -68,14 +68,19 @@ data/static:
# -- Project
create-env-files: ## Copy the dist env files to env files
create-env-files: \
env.d/development/common \
env.d/development/crowdin \
env.d/development/postgresql \
env.d/development/kc_postgresql
.PHONY: create-env-files
bootstrap: ## Prepare Docker images for the project
bootstrap: \
data/media \
data/static \
env.d/development/common \
env.d/development/crowdin \
env.d/development/postgresql \
env.d/development/kc_postgresql \
create-env-files \
build \
run \
migrate \