Fix helm path by returning to project root before deploy

This commit is contained in:
Mondo Diaz
2026-01-13 21:37:37 +00:00
parent f0cc2c0fbe
commit 1bc9b947bc

View File

@@ -104,6 +104,7 @@ deploy_feature:
- helm repo update - helm repo update
script: script:
- echo "Deploying feature branch to $ENV environment" - echo "Deploying feature branch to $ENV environment"
- cd $CI_PROJECT_DIR
- | - |
helm upgrade --install orchard-$FEATURE_ID ./helm/orchard \ helm upgrade --install orchard-$FEATURE_ID ./helm/orchard \
--namespace $NAMESPACE \ --namespace $NAMESPACE \