Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Apr 17, 2024
1 parent 33f58c0 commit 6a3b6d5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
.github:
env_var:
set:
GITHUB_ORG:
ssm: null
default: systemaccounting
GITHUB_REPO_NAME:
ssm: null
default: mxfactorial
params: []
codecov:
flags:
- unittest
- integration
- ui
workflows:
env_var:
set:
GITHUB_REGISTRY:
ssm: null
default: ghcr.io
IMAGE_BUILDER_WORKFLOW:
ssm: null
default: build-all-images.yaml
params: []
client:
runtime: v8
min_code_cov: null
Expand Down Expand Up @@ -59,6 +78,9 @@ docker:
DOCKER_USER:
ssm: null
default: mxfactorial
LOCAL_TAG_VERSION:
ssm: null
default: latest
infrastructure:
terraform:
env_var:
Expand Down Expand Up @@ -294,6 +316,9 @@ scripts:
- 'npm run build'
- 'vite build'
- 'tail -F'
SERVICES_ZIP:
ssm: null
default: mxfactorial.zip
services:
env_var:
set:
Expand Down

0 comments on commit 6a3b6d5

Please sign in to comment.