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
salmon-guitar-84472
12/06/2024, 10:50 AM
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
melodic-tomato-39005
12/08/2024, 10:19 AM
Both from terminal (for local development) and from a pipeline (for CI and deployment) is typical.