fix(core): update
This commit is contained in:
@ -79,7 +79,7 @@ export class SmartNginx {
|
||||
let promiseArray = [];
|
||||
for (let host of this.hosts) {
|
||||
await host.deploy();
|
||||
plugins.smartlog.defaultLogger.info(`Host ${host.hostName} deployed!`);
|
||||
plugins.smartlog.defaultLogger.log('info', `Host ${host.hostName} deployed!`);
|
||||
this.nginxProcess.reloadConfig();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user