Skip to content
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

Merged
merged 36 commits into from
Jun 11, 2024
Merged

Feature/auto release action #513

merged 36 commits into from
Jun 11, 2024

Conversation

252afh
Copy link
Contributor

@252afh 252afh commented Jun 4, 2024

Context

Changes proposed in this pull request

Guidance to review

Relevant links

Things to check

  • I have added any new ENV vars in all deployed environments
  • I have tested any code added or changed
  • I have run integration tests

working-directory: redbox-copilot
run: |
make tf_init
make tf_auto_deploy env=${{ github.event.inputs.env }} IMAGE_TAG=${{ github.event.inputs.image_tag }}
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense.

.github/workflows/manual-release.yml Outdated Show resolved Hide resolved
@252afh 252afh merged commit 6afb1d1 into main Jun 11, 2024
10 checks passed
@252afh 252afh deleted the feature/auto-release-action branch June 11, 2024 13:58
@252afh 252afh restored the feature/auto-release-action branch June 11, 2024 13:58
@252afh 252afh deleted the feature/auto-release-action branch June 11, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants