-
Notifications
You must be signed in to change notification settings - Fork 14
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
#1959 - Staging sims prod environment : formio GitHub action build deploy split #2000
#1959 - Staging sims prod environment : formio GitHub action build deploy split #2000
Conversation
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.
Nice work, minor comments only.
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.
Nice work 👍 . Please have a look at @andrewsignori-aot comments.
Kudos, SonarCloud Quality Gate passed! |
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.
Looks good 👍
gitRef: | ||
description: "Git Ref" | ||
required: true | ||
default: "" |
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.
why should we need the default as empty?
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.
The git ref for build is the reference something like main-65, it does not have any default value.
run: | | ||
echo BUILD NAMESPACE: $BUILD_NAMESPACE | ||
echo BRANCH: $BUILD_REF | ||
# Checkout the PR branch |
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.
period
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.
line 39 too and comments in other files too.
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.
Will update it in my next pr
…ploy split (#2000) Split the github action workflow which currently builds and deploys simultaneously in a single action into seperate build and deploy github action.
Split the github action workflow which currently builds and deploys simultaneously in a single action into seperate build and deploy github action.