update docs and comments, add servezone compatibility
This commit is contained in:
3
dist/npmci.ssh.d.ts
vendored
3
dist/npmci.ssh.d.ts
vendored
@@ -1,4 +1,7 @@
|
||||
/// <reference types="q" />
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
/**
|
||||
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
|
||||
*/
|
||||
export declare let ssh: () => plugins.q.Promise<{}>;
|
||||
|
||||
Reference in New Issue
Block a user