fix(core): update
This commit is contained in:
		| @@ -119,11 +119,11 @@ export class SmartNginx { | |||||||
|  |  | ||||||
|       // write standard self signed certificate |       // write standard self signed certificate | ||||||
|       const selfsignedCert = plugins.selfsigned.generate([{ name: 'commonName', value: 'selfsigned.git.zone' }], { days: 365}); |       const selfsignedCert = plugins.selfsigned.generate([{ name: 'commonName', value: 'selfsigned.git.zone' }], { days: 365}); | ||||||
|       plugins.smartfile.memory.toFsSync(selfsignedCert.private, plugins.path.join(paths.nginxHostDirPath, './default.private.pem')); |  | ||||||
|       plugins.smartfile.memory.toFsSync(selfsignedCert.public, plugins.path.join(paths.nginxHostDirPath, './default.public.pem')); |  | ||||||
|        |        | ||||||
|       // deploy hosts |       // deploy hosts | ||||||
|       plugins.smartfile.fs.ensureEmptyDirSync(paths.nginxHostDirPath); |       plugins.smartfile.fs.ensureDirSync(paths.nginxHostDirPath); | ||||||
|  |       plugins.smartfile.memory.toFsSync(selfsignedCert.private, plugins.path.join(paths.nginxHostDirPath, './default.private.pem')); | ||||||
|  |       plugins.smartfile.memory.toFsSync(selfsignedCert.public, plugins.path.join(paths.nginxHostDirPath, './default.public.pem')); | ||||||
|       for (const host of this.deployedHosts.getArray()) { |       for (const host of this.deployedHosts.getArray()) { | ||||||
|         await host.deploy(); |         await host.deploy(); | ||||||
|         this.logger.log('info', `Host ${host.hostName} deployed!`); |         this.logger.log('info', `Host ${host.hostName} deployed!`); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user