Skip to content

Commit

Permalink
fix: incorrect github environment
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jul 5, 2024
1 parent 7f7c37f commit e5fa928
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-to-openshift-frontend-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ env:

NAMESPACE: ${{ secrets.CCOF_NAMESPACE_NO_ENV }}



MIN_REPLICAS: "1"
MAX_REPLICAS: "2"
MIN_CPU: "50m"
Expand All @@ -50,7 +48,7 @@ jobs:
openshift-ci-cd:
name: Deploy Frontend to QA
runs-on: ubuntu-24.04
environment: dev
environment: qa

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

0 comments on commit e5fa928

Please sign in to comment.