As of now, we have the ability to deploy and access production and preview deployments. i.e. pay.ubq.fi and preview-pay.ubq.fi
preview- is any non default branch deployment.
A useful upgrade will be to support any branch as the prefix instead of collapsing all of them into preview- prefixes. i.e. branch name feat/widget can deploy to feat-widget-pay.ubq.fi
This may require creating a separate Deno deploy project. We MUST have some branch deletion detection, and it deletes the Deno project that corresponds to it to reduce pollution, and save on limits.
1
As of now, we have the ability to deploy and access production and preview deployments. i.e.
pay.ubq.fiandpreview-pay.ubq.fipreview-is any non default branch deployment.A useful upgrade will be to support any branch as the prefix instead of collapsing all of them into
preview-prefixes. i.e. branch namefeat/widgetcan deploy tofeat-widget-pay.ubq.fiThis may require creating a separate Deno deploy project. We MUST have some branch deletion detection, and it deletes the Deno project that corresponds to it to reduce pollution, and save on limits.
1
Footnotes
⚠ 87% possible duplicate - Pull Request Continuous Deploys ↩