Skip to content

Commit 0e675fb

Browse files
committed
Fix deploy
1 parent f1d4349 commit 0e675fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
DATABASE_URL="postgresql://postgres:${POSTGRES_PASSWORD}@studymate-postgres:5432/mydb"
163163
164164
# Deploy using Helm with correct secret paths
165-
helm upgrade --install studymate ./infra/studymate \
165+
helm upgrade --install studymate ./infra/helm \
166166
--namespace team-3 \
167167
--create-namespace \
168168
--set global.teamid=team-3 \
@@ -177,6 +177,6 @@ jobs:
177177
--wait --timeout=15m
178178
179179
echo "✅ Kubernetes deployment completed successfully!"
180-
echo "Your app should be available at: https://team-3.k8s.aet.cit.tum.de"
180+
echo "Your app should be available at: https://studymate.student.k8s.aet.cit.tum.de"
181181
182182

0 commit comments

Comments
 (0)