Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jan 21, 2025
1 parent abd60a8 commit aba08a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/internal/processes/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ func BootstrapEnv(appconf *config.AppConfig) error {
return err
}

log.Infof("Setting Up Core Config SSM Params")
err = UpdateCoreConfig(appconf, store, nil, "")
if err != nil {
log.WithError(err).Error("Problem updating ssm config")
}

log.Infof("Bootstrap Process Completed Succesfully")
return nil
}
Expand Down

0 comments on commit aba08a2

Please sign in to comment.