mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
22 lines
594 B
Bash
22 lines
594 B
Bash
|
### local vars
|
||
|
export LOCAL_TMP_DIR="/tmp"
|
||
|
|
||
|
### git settings for cloning operations repository
|
||
|
export GIT_USER_MAIL="hi@caos.ch"
|
||
|
export GIT_USER_NAME="zitadel-pipeline"
|
||
|
|
||
|
#path of opsrepository
|
||
|
export GIT_URL="https://$GIT_OPSREPO_DEPLOYTOKEN@github.com/caos/zitadel-ops.git"
|
||
|
export GIT_OPSREPO="citadel-ops"
|
||
|
|
||
|
### application settings
|
||
|
export GIT_OPSREPO_APPFOLDER="k8s/workload"
|
||
|
export GIT_OPSREPO_APPLICATION_NAME="zitadel"
|
||
|
export GIT_OPSREPO_IMAGEFILE="imageversion.yaml"
|
||
|
export REGISTRY_IMAGE="$REGISTRY/$GITHUB_REPOSITORY/$IMAGE"
|
||
|
|
||
|
### environment settings
|
||
|
#export TARGET_ENVIRONMENT="dev"
|
||
|
|
||
|
|