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
Is your feature request related to a problem? Please describe.
I need to format the preview link given from the target_url statuse api.
Indeed, my deploy provider is giving it in the wrong format.
Describe the solution you'd like
A simple hook that would allow me to edit the deploy preview url
The alternative implemented in #3966 would be more extensible. For example, I need to fetch preview URLs from an API based on the GitHub deployment data – that's no possible with the preview_url_formatter: ['regex', 'replacer'] approach.
Is your feature request related to a problem? Please describe.
I need to format the preview link given from the target_url statuse api.
Indeed, my deploy provider is giving it in the wrong format.
Describe the solution you'd like
A simple hook that would allow me to edit the deploy preview url
Describe alternatives you've considered
Additional context
Could be done like #3812
The text was updated successfully, but these errors were encountered: