Hello, Im working on .net apps and im thinking of ...
# getting-started
w
Hello, Im working on .net apps and im thinking of writing ci/cd pipeline entirely without a github action but only pulumi. is it possible to run test and deploy non dockerized app using pulumi only? is it a recommended way to do? Thank you.
m
It is possible. You can look into Pulumi Deployments, although that’s part of and tied to the Pulumi Cloud offering. Or, as a more basic building block for a DIY solution, the Automation API that’s basically an SDK for the functionality of the
pulumi
CLI.