Skip to content

Commit

Permalink
Fixed invalid env reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Oct 12, 2023
1 parent 182961c commit 674bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
openshift-ci-cd:
name: Build and deploy Frontend to DEV
runs-on: ubuntu-20.04
environment: ${{ env.ENVIRONMENT }}
environment: 'dev'

outputs:
ROUTE: ${{ steps.deploy-and-expose.outputs.route }}
Expand Down

0 comments on commit 674bb54

Please sign in to comment.