You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, preview deployments are only created by creating a PR on Github. It would be nicer to make it available via the API so you don't have all these preview deployments for PR's you'd never access.
Describe the solution you'd like
It would be nice to have an API method for creating and deleting preview deployments. You would give it the name of a branch, which would be used for the deployment. If the branch is deleted, the deployment will also be deleted.
You should also be able to disable the automatic creation or preview deployments.
Describe alternatives you've considered
There weren't any for this specific use case.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
Currently, preview deployments are only created by creating a PR on Github. It would be nicer to make it available via the API so you don't have all these preview deployments for PR's you'd never access.
Describe the solution you'd like
It would be nice to have an API method for creating and deleting preview deployments. You would give it the name of a branch, which would be used for the deployment. If the branch is deleted, the deployment will also be deleted.
You should also be able to disable the automatic creation or preview deployments.
Describe alternatives you've considered
There weren't any for this specific use case.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: