-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature/auto release action #513
Conversation
.github/workflows/manual-release.yml
Outdated
working-directory: redbox-copilot | ||
run: | | ||
make tf_init | ||
make tf_auto_deploy env=${{ github.event.inputs.env }} IMAGE_TAG=${{ github.event.inputs.image_tag }} |
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.
Is github.event.inputs.env
variable will set as dev
for manual deployment?
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.
yeah I think we'll do it that way, afaik dev is the only one we want to be done manually. I've left it configurable for testing in case Lewis needs to use dev, I can just swap to use preprod instead
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.
Make sense.
422ba7d
to
69153a3
Compare
Context
Changes proposed in this pull request
Guidance to review
Relevant links
Things to check