Explorar el Código

porter yaml env vars (#4421)

ianedwards hace 2 años
padre
commit
155350f048
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      cli/cmd/v2/apply.go

+ 2 - 0
cli/cmd/v2/apply.go

@@ -160,6 +160,8 @@ func Apply(ctx context.Context, inp ApplyInput) error {
 		DeploymentTargetId: deploymentTargetID,
 		CommitSHA:          commitSHA,
 		Base64AppProto:     parseRes.B64AppProto,
+		Variables:          parseRes.EnvVariables,
+		Secrets:            parseRes.EnvSecrets,
 		WithPredeploy:      inp.WithPredeploy,
 		Exact:              inp.Exact,
 	}