File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
65
65
if [ ${{ github.ref }} == 'refs/heads/main' ]; then
66
66
cluster_name="production"
67
67
postgres_db="portal"
68
- ingress_host="https:// portal.lisbondatascience.org"
68
+ ingress_host="portal.lisbondatascience.org"
69
69
70
70
else
71
71
cluster_name="development"
72
72
postgres_db="portaldev"
73
- ingress_host="https:// portal.dev-lisbondatascience.org"
73
+ ingress_host="portal.dev-lisbondatascience.org"
74
74
fi
75
75
76
76
aws eks update-kubeconfig --name $cluster_name
Original file line number Diff line number Diff line change 31
31
"GRADING_ADMISSIONS_CLASS" ,
32
32
default = "portal.grading.services.AdmissionsKubernetesGrading" ,
33
33
)
34
- BASE_URL = env .str ("BASE_URL" )
34
+ BASE_URL = f'https:// { env .str ("BASE_URL" )} '
35
35
STUDENT_REPO_NAME = env .str ("STUDENT_REPO_NAME" )
36
36
IN_DEV = True if "dev" in BASE_URL else False
37
37
You can’t perform that action at this time.
0 commit comments