Trigger worker build from webhook
I'm using Cloudflare Workers to deploy a website built with Astro. I have setup the gitlab integration and when I push changes to the repo, it creates a new build and deploys it.
My question is: Can I also trigger a build from the CMS I'm using through a webhook or similar? I've searched the on multiple places in the docs but couldn't find anything that answered this question.
2 Replies
Thank you @Ted – I already looked into this and it unfortunately doesn't solve the issue.
When creating a deployment you have to specify a version. To create a new version, you have to first build the app and then upload it to cloudflare. So what I'm looking for is a way to trigger a new build process.