mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
refactor: register
This commit is contained in:
@@ -45,3 +45,5 @@ export class SshAccess implements IAccess {
|
||||
})
|
||||
privateKey!: string;
|
||||
}
|
||||
|
||||
new SshAccess();
|
||||
|
||||
@@ -60,3 +60,5 @@ export class HostShellExecutePlugin implements ITaskPlugin {
|
||||
this.logger.info("exec res:", ret);
|
||||
}
|
||||
}
|
||||
|
||||
new HostShellExecutePlugin();
|
||||
|
||||
@@ -98,3 +98,5 @@ export class UploadCertToHostPlugin implements ITaskPlugin {
|
||||
this.hostKeyPath = keyPath;
|
||||
}
|
||||
}
|
||||
|
||||
new UploadCertToHostPlugin();
|
||||
|
||||
Reference in New Issue
Block a user