Skip to content

Commit

Permalink
chore(ci): remove old params from merge deploys (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 6, 2024
1 parent cc9ce9e commit 66c0f91
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 66c0f91

Please sign in to comment.