DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

Add DEFANG_PULUMI_DIR env for local Pulumi runs #810

Closed lionello closed 1 month ago

lionello commented 1 month ago

Adding an env var DEFANG_PULUMI_DIR for faster testing of Pulumi CD code. You'd set this var to the folder with the Pulumi code, ie. …/pulumi and then when --debug it would run Pulumi locally, as opposed to running it in the cloud.