-
Notifications
You must be signed in to change notification settings - Fork 2
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
HEAT-313 - implement Github workflows for test -> build -> deploy #245
Conversation
# - '**' | ||
|
||
workflow_dispatch: | ||
inputs: |
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.
Wonder if on a workflow dispatch we need all these options?
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.
I've reviewed the process for CircleCI and it carries out the workflow for all branches, but only builds and deploys on main. I've updated this PR to reflect that.
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.
LGTM
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.
LGTM
This is the initial release for deploying applications using Github Actions/ghcr.io rather than CircleCI/quay.io
The workflow has been validated on test projects - this is a protoype for Kotlin deployments.