diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 16:11:27 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 16:11:27 +0300 |
| commit | 51379ac0fad7b44fb39201a12ef3817894c1ea41 (patch) | |
| tree | 3cc5c35b0517f6011e0465d22984b431e24e1ced | |
| parent | f6c2649ed55aa341d3e210053395aa3318a634ae (diff) | |
Fix workflow2021.07_06
| -rw-r--r-- | .github/workflows/tomi.science.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/tomi.science.yml b/.github/workflows/tomi.science.yml index 1014ecf..5230fb1 100644 --- a/.github/workflows/tomi.science.yml +++ b/.github/workflows/tomi.science.yml @@ -15,10 +15,9 @@ env: GCR_VPC_CONNECTOR: connector1 # Env vars comma separated GCR_ENV_VARS: "^&^FRONTEND_URL=https://tomi.science\ - &POSTGRES_CONNECTION_STRING=postgresql://tomi_science_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/tomi_science\ - &NEXT_PUBLIC_BACKEND_URL=https://api.tomi.science" + &POSTGRES_CONNECTION_STRING=postgresql://tomi_science_user:${{ secrets.DATABASE_PASSWORD }}@10.24.240.3/tomi_science" GCS_BUCKET: gs://tomi_science_frontend - + NEXT_PUBLIC_BACKEND_URL: https://api.tomi.science jobs: website: name: Build, Push, and Deploy website |
