1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

fix deployment config

This commit is contained in:
Lee Brown
2019-08-21 19:39:06 -08:00
parent 4894f2a3d8
commit 515138db51

View File

@ -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)
},
}