update ssh module

This commit is contained in:
2017-06-15 15:46:08 +02:00
parent 419db8b197
commit 9f2e629e8f
16 changed files with 54 additions and 110 deletions

4
dist/mod_ssh/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
/**
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
*/
export declare let ssh: () => Promise<void>;