Autodeploydev (#200)

* fix: autodeploy

* added version condition
This commit is contained in:
Christian Jakob
2020-06-10 12:38:13 +02:00
committed by GitHub
parent 207842be91
commit 654bf09ed1
3 changed files with 86 additions and 0 deletions

21
.github/scripts/variables.env vendored Normal file
View File

@@ -0,0 +1,21 @@
### 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"