https://pulumi.com logo
#automation-api
Title
# automation-api
i

icy-controller-6092

10/01/2023, 1:59 AM
hey all, i currently use automation api to deploy a mini-stack after compiling a users project. I do this by spawning a new nodejs process on the server to run the deployment & storing the logs, however I just noticed the "Deployments" tab - would this be better to use?
l

lemon-agent-27707

10/01/2023, 5:16 PM
If you’re running deployments server side then my guess is that using deployments could save you a lot of trouble. The only caveat is that deployments don’t support inline programs. You need to specify a git repo with a branch and optionally a commit. You can set environment variables on the deployment to customize runtime behavior as well.