This commit is contained in:
Aram 🍐 2023-07-22 19:24:01 -04:00
parent 29d99ec56b
commit 0d7b523204
2 changed files with 4 additions and 2 deletions

View file

@ -171,7 +171,7 @@ ts-activity:deploy:
- cd ${TSACTIVITY_SRC}
- helm repo add momoperes https://charts.momoperes.ca
- helm repo update
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values-dev.yaml ts-activity momoperes/ts-activity
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml ts-activity momoperes/ts-activity
only:
refs:
- master