feat(infrastructure): automatic deploy

This commit is contained in:
2025-10-05 18:22:38 +02:00
parent e0fd68b135
commit d03ff463a0
2 changed files with 3 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ jobs:
helm upgrade --install myapp ./7project/charts/myapp-chart \
-n prod --create-namespace \
-f 7project/charts/myapp-chart/values-prod.yaml \
--set deployment="prod" \
--set domain="$DOMAIN" \
--set image.repository="$IMAGE_REPO" \
--set image.digest="$DIGEST" \