Skip to content

Instantly share code, notes, and snippets.

@devonoel
Created March 4, 2016 20:11
Show Gist options
  • Save devonoel/956e4db26b80e459c1b5 to your computer and use it in GitHub Desktop.
Save devonoel/956e4db26b80e459c1b5 to your computer and use it in GitHub Desktop.
Gunter Example
{
"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