Skip to content

Commit

Permalink
Remove old params from merge deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 6, 2024
1 parent cc9ce9e commit dd3f941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: test
release: test

deploy-prod:
name: Deploy (prod)
Expand All @@ -54,7 +53,6 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: prod
release: prod
params:
--set backend.deploymentStrategy=RollingUpdate
--set frontend.deploymentStrategy=RollingUpdate
Expand Down

0 comments on commit dd3f941

Please sign in to comment.