Skip to content

Commit

Permalink
Merge pull request #506 from hpi-studyu/fix/remove-hpi-deployment
Browse files Browse the repository at this point in the history
chore: Remove hpi deployment
  • Loading branch information
johannesvedder authored Aug 23, 2023
2 parents 7d48f79 + cdecedc commit f916a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 deletions.
13 changes: 1 addition & 12 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"projects": {
"default": "studyu-e37af",
"dev": "studyu-dev",
"hpi": "studyu-hpi"
"dev": "studyu-dev"
},
"targets": {
"studyu-e37af": {
Expand All @@ -24,16 +23,6 @@
"studyu-dev-designer"
]
}
},
"studyu-hpi": {
"hosting": {
"app": [
"studyu-hpi-app"
],
"designer-v2": [
"studyu-hpi-designer"
]
}
}
},
"etags": {}
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/firebase-hosting-merge-hpi.yml

This file was deleted.

4 changes: 2 additions & 2 deletions flutter_common/lib/envs/.env.hpi
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
STUDYU_SUPABASE_URL=https://studyu-01.dhc-lab.hpi.de
STUDYU_SUPABASE_PUBLIC_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICAgInJvbGUiOiAiYW5vbiIsCiAgICAiaXNzIjogInN1cGFiYXNlIiwKICAgICJpYXQiOiAxNjg4NDIxNjAwLAogICAgImV4cCI6IDE4NDYyNzQ0MDAKfQ.i6BnHqY5FKXokvlSai7OApxCu94MN9YYhfL4oOA_grg
STUDYU_PROJECT_GENERATOR_URL=
STUDYU_APP_URL=https://app.hpi.studyu.health
STUDYU_DESIGNER_URL=https://designer.hpi.studyu.health
STUDYU_APP_URL=https://app.dev.studyu.health
STUDYU_DESIGNER_URL=https://designer.dev.studyu.health

0 comments on commit f916a01

Please sign in to comment.