Preview deploy webapp
Action designed to automate the process of building and deploying a preview version of a webapp to Cloudflare Pages, enabling users to test and evaluate changes before the final release
Last updated
Action designed to automate the process of building and deploying a preview version of a webapp to Cloudflare Pages, enabling users to test and evaluate changes before the final release
Last updated
This page covers preview-deploy-webapp*
actions
In .github/workflows/preview-deploy-webapp.yml
paste following snippet:
Create status comment
Creates status comment after preview-deploy
label is applied to the branch
Preview deploy
Creates preview deploy at https://{GIT_SHA}.crucible.dev
Update status comment on success
Once the webapp is deployed, this action updates the status comment created in 00
Update status comment on failure
If 00
or 01
action fails, this action updates the status created in 00
Remove preview publish deploy
Removes preview-deploy
label from PR once 00
is completed