Hello, How do you use Pulumi, in a pipeline (for ...
# getting-started
w
Hello, How do you use Pulumi, in a pipeline (for example GitLab), from terminal, or may be from some GUI tool? I want to know best practice.
s
this is the pattern we us, it executes whenever we add new code to the master pulumi branch... obviously we use c# but I am guessing you would just use your favorite runtime
m
Both from terminal (for local development) and from a pipeline (for CI and deployment) is typical.