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 cd7c930176
commit 892f63e685

View File

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