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