Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 24, 2024
1 parent b408acc commit 1532e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test]
# if: github.ref_name == 'production' || github.ref_name == 'development' || github.ref_name == 'staging'
if: github.ref_name == 'production' || github.ref_name == 'development' || github.ref_name == 'staging'
environment: ${{ github.ref_name }}
steps:
- name: 🌐 Set up JavaScript ${{ inputs.node-version }} Environment
Expand All @@ -47,6 +47,7 @@ jobs:
name="${{ github.ref_name }}-${name}"
yq -i '
.runtime = "nodejs${{ inputs.node-version }}" |
.service = "'$name'"
' app.yaml
Expand Down

0 comments on commit 1532e37

Please sign in to comment.