Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuplle committed Jan 13, 2024
1 parent 8c19c22 commit 01534a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
KUBE_CONTEXT: default-github-builder
with:
args: rollout restart deployment/netgrif-application-builder-${{ contains(steps.getVersion.outputs.version, '-') && 'prod' || 'uat' }}-dpl --namespace builder
args: rollout restart deployment/netgrif-application-builder-${{ contains(steps.getVersion.outputs.version, '-') && 'uat' || 'prod' }}-dpl --namespace builder

0 comments on commit 01534a8

Please sign in to comment.