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

Add support for test versions #147

Open
danitseitlin opened this issue Apr 7, 2022 · 0 comments
Open

Add support for test versions #147

danitseitlin opened this issue Apr 7, 2022 · 0 comments

Comments

@danitseitlin
Copy link
Owner

danitseitlin commented Apr 7, 2022

There is a need for the ability to release "test" versions, the most common intention is to create a test release version on PR changes.
When a version already exists, it should remove it and create a new one.
Add the ability to remove the test version after merge.

Each test version will be only available on pull_request GitHub action event.
When deployment_type is "test" it will do the following on a pull_request event only:

  1. If the test version does not exist, it will create one, the version name would consist of the prefix 'test' and the branch. i.e. test-fix-issue-with-stats
  2. If the test version exists, it will remove it and deploy a new one.

When the even will be push, the test version will be removed if it exists.

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

No branches or pull requests

1 participant