diff --git a/.github/workflows/deploy-apps.yml b/.github/workflows/deploy-apps.yml index e6cc3ff7f..07c43c6d1 100644 --- a/.github/workflows/deploy-apps.yml +++ b/.github/workflows/deploy-apps.yml @@ -28,6 +28,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Init workspace + uses: ./.github/workflows/init-workspace - name: Set up ruby env uses: ruby/setup-ruby@v1 with: @@ -73,6 +75,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Init workspace + uses: ./.github/workflows/init-workspace - name: Set up ruby env uses: ruby/setup-ruby@v1 with: diff --git a/flutter_common/lib/envs/.env b/flutter_common/lib/envs/.env index 5f0af4575..267c1646b 100644 --- a/flutter_common/lib/envs/.env +++ b/flutter_common/lib/envs/.env @@ -1,5 +1,5 @@ -STUDYU_SUPABASE_URL=https://studyu-01.dhc-lab.hpi.de -STUDYU_SUPABASE_PUBLIC_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICAgInJvbGUiOiAiYW5vbiIsCiAgICAiaXNzIjogInN1cGFiYXNlIiwKICAgICJpYXQiOiAxNjg4NDIxNjAwLAogICAgImV4cCI6IDE4NDYyNzQ0MDAKfQ.i6BnHqY5FKXokvlSai7OApxCu94MN9YYhfL4oOA_grg +STUDYU_SUPABASE_URL=http://vm-studyu-04.dhclab.i.hpi.de:8082 +STUDYU_SUPABASE_PUBLIC_ANON_KEY=ewogICAgImFsZyI6ICJIUzI1NiIsCiAgICAidHlwIjogIkpXVCIKICB9.ewogICAgInJvbGUiOiAiYW5vbiIsCiAgICAiaXNzIjogInN1cGFiYXNlIiwKICAgICJpYXQiOiAxNzEwMzI1MTA3LAogICAgImV4cCI6IDE3NDE4NjExMDcKICB9.5cS2TImYD5gclAkZeXYJCjSw5tNNJgrlIHebUXmlg6g STUDYU_PROJECT_GENERATOR_URL= STUDYU_APP_URL=https://app.studyu.health STUDYU_DESIGNER_URL=https://designer.studyu.health