Skip to content

Commit

Permalink
use correct service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2023
1 parent ae05f02 commit c44c8d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
SERVICE: portal
SERVICE: sso
PYTHON_VERSION: 3.8

jobs:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
# if: github.ref_name == 'production' || github.ref_name == 'development' || github.ref_name == 'staging'
# environment: ${{ github.ref_name }}
steps:
- name: 🛫 Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -85,7 +84,7 @@ jobs:
with:
cmd: |
yq -i '
.service = "development-kurono"
.service = "development-${{ env.SERVICE }}"
' backend/app.yaml
- name: 🚀 Deploy App on GCloud
Expand Down

0 comments on commit c44c8d0

Please sign in to comment.