Hello, Could someone explain to me what are the di...
# pulumi-deployments
c
Hello, Could someone explain to me what are the differences between Deployment and Automation? In what cases do you use one or the other? Thank 🙏
b
AFAIK Deployment is Pulumi's CI (Basically like GitHub Actions but managed by Pulumi) Automation is an SDK that allows you to automate stack operations (refresh, update, etc.) directly in your IaC program in your language of choice