-
Notifications
You must be signed in to change notification settings - Fork 1
github action for prod #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| type: string | ||
| default: "14.0.0" | ||
|
|
||
| test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test should not be a option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should always run
| type: choice | ||
| options: | ||
| - com.publicissapient.kpidashboard.apis.mongock.upgrade | ||
| - com.publicissapient.kpidashboard.apis.mongock.installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will not use installation in prod default should be upgrade
| workflow_dispatch: | ||
| inputs: | ||
| release_tag: | ||
| description: "Select the Git tag for knowhow-api (e.g. 14.0.0)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show only one branch and comman and knh will have same branch to clone
No description provided.