🐛 Fix preheat didn't run yet
All checks were successful
release-nightly / build-docker (push) Successful in 1m7s
All checks were successful
release-nightly / build-docker (push) Successful in 1m7s
This commit is contained in:
@ -40,6 +40,7 @@ func doSyncSite(c *fiber.Ctx) error {
|
||||
|
||||
// Reload
|
||||
sign.ReadInConfig(viper.GetString("paths.configs"))
|
||||
sign.App.PreheatProcesses(func(total int, success int) {})
|
||||
|
||||
return c.SendStatus(fiber.StatusOK)
|
||||
}
|
||||
|
Reference in New Issue
Block a user