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

feat: deploy to prod automatically on successful releases #69

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

volmedo
Copy link
Member

@volmedo volmedo commented Dec 18, 2024

We are creating releases automatically whenever a change to version.json is pushed. We expected the new tag would trigger our Terraform workflow, but it looks like workflows using GITHUB_TOKEN cannot trigger other workflows.

I want to try using the workflow_run event as a potential workaround.

@volmedo volmedo self-assigned this Dec 18, 2024
@volmedo volmedo requested a review from alanshaw December 18, 2024 13:52
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

@volmedo volmedo merged commit 809d93f into main Dec 18, 2024
8 checks passed
@volmedo volmedo deleted the vic/feat/deploy-prod-on-release branch December 18, 2024 15:09
volmedo added a commit that referenced this pull request Dec 18, 2024
test the trigger based on `workflow_run` introduced in #69
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.

2 participants