Created
March 4, 2016 20:11
-
-
Save devonoel/956e4db26b80e459c1b5 to your computer and use it in GitHub Desktop.
Gunter Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"taskname": { | |
"remote": "example.com", | |
"cwd": "/", | |
"commands": [ | |
"echo I'm a task!", | |
"echo I'm another task!", | |
"echo Hello, my name is {{name}}!" | |
], | |
"defaults": { | |
"name":"Gunter" | |
}, | |
"auth": { | |
"username": "somebody", | |
"port": 22, | |
"password": "suP3rSekr3tp@$sw0rd", | |
"privateKey": | |
"path/to/private/key" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment