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

Automatic Deploy for Multiple Channels #376

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RingoTC
Copy link
Collaborator

@RingoTC RingoTC commented Mar 7, 2024

In this pr, I implement the multiple channels deploy based on branches name.
For example, when we push a branch, alpha/feature-1, then github action will automatically deploy it's to alpha channel.
This behavior is defined in .releaserc file,
{ "name":"alpha/*", "channel": "alpha" }
Actually, it supports any regex expression.
Under this framework, we can automatically deploy branches to specific channels without additional operation. Also, we can do more complicated things under that.

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.

None yet

1 participant