Skip to content

Commit

Permalink
pulumi: flags to improve pulumi speed
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 30, 2024
1 parent da84268 commit a6ff565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/project/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ func (p *Project) Run(ctx context.Context, input *StackInput) error {
}
for key, value := range secrets {
env["SST_SECRET_"+key] = value
}
env["PULUMI_CONFIG_PASSPHRASE"] = passphrase
env["PULUMI_SKIP_UPDATE_CHECK"] = "true"
env["PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION"] = "true"
env["NODE_OPTIONS"] = "--enable-source-maps --no-deprecation"

cli := map[string]interface{}{
Expand Down

0 comments on commit a6ff565

Please sign in to comment.