Is there a way to trigger a new deployment in Seed...
# seed
p
Is there a way to trigger a new deployment in Seed in response to an incoming webhook? In my stack I use the
NextjsSite
to generate a static site using content from a headless CMS. I’m hoping to automate my deploys so that whenever content creators make changes in the CMS, a webhook is sent to Seed, to redeploy the stack with the latest content
f
Hey @Patrick, you can trigger a build using the Seed CLI. Would that work for you?