From c0f6c4b66ea757ca2ed1963ef576428c80a17533 Mon Sep 17 00:00:00 2001 From: Omar Siam Date: Fri, 15 Mar 2024 18:02:22 +0100 Subject: [PATCH] Use the github environment variables --- .github/workflows/starter.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/starter.yaml b/.github/workflows/starter.yaml index 1d085fb..8afa4f2 100644 --- a/.github/workflows/starter.yaml +++ b/.github/workflows/starter.yaml @@ -21,8 +21,6 @@ jobs: APP_NAME: shahi-frontend # This together with the branch name is also used as the namespace to deploy to APP_ROOT: "/" - SERVICE_ID: "19381" - PUBLIC_URL: https://shahi.acdh.oeaw.ac.at POSTGRES_ENABLED: "false" steps: - run: "/bin/true"