From 515138db518114d12eb13ebdc378fe8a3e7d3943 Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Wed, 21 Aug 2019 19:39:06 -0800 Subject: [PATCH] fix deployment config --- build/cicd/internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cicd/internal/config/config.go b/build/cicd/internal/config/config.go index 7eb9ec3..44009be 100644 --- a/build/cicd/internal/config/config.go +++ b/build/cicd/internal/config/config.go @@ -361,7 +361,7 @@ func (cfgCtx *ConfigContext) Config(log *log.Logger) (*devdeploy.Config, error) } defer masterDb.Close() - return schema.Migrate(context.Background(), masterDb, log, false) + return schema.Migrate(context.Background(), cfg.Env, masterDb, log, false) }, }