We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d4349 commit 0e675fbCopy full SHA for 0e675fb
.github/workflows/deploy_vm.yml
@@ -162,7 +162,7 @@ jobs:
162
DATABASE_URL="postgresql://postgres:${POSTGRES_PASSWORD}@studymate-postgres:5432/mydb"
163
164
# Deploy using Helm with correct secret paths
165
- helm upgrade --install studymate ./infra/studymate \
+ helm upgrade --install studymate ./infra/helm \
166
--namespace team-3 \
167
--create-namespace \
168
--set global.teamid=team-3 \
@@ -177,6 +177,6 @@ jobs:
177
--wait --timeout=15m
178
179
echo "✅ Kubernetes deployment completed successfully!"
180
- echo "Your app should be available at: https://team-3.k8s.aet.cit.tum.de"
+ echo "Your app should be available at: https://studymate.student.k8s.aet.cit.tum.de"
181
182
0 commit comments