-
Notifications
You must be signed in to change notification settings - Fork 0
/
.shuttle.json
executable file
·39 lines (39 loc) · 1.19 KB
/
.shuttle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"_comments": [
"Valid terminals include: 'Terminal.app' or 'iTerm'",
"In the editor value change 'default' to 'nano', 'vi', or another terminal based editor.",
"Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
"For more information on how to configure, please see http://fitztrev.github.io/shuttle/"
],
"editor": "default",
"launch_at_login": true,
"terminal": "iTerm.app",
"iTerm_version": "stable",
"default_theme": "Hotkey Window",
"open_in": "tab",
"show_ssh_config_hosts": false,
"ssh_config_ignore_hosts": [ ],
"ssh_config_ignore_keywords": [ ],
"hosts": [
{
"cmd": "sudo killall VDCAssistant",
"name": "Restart webcam"
},
{
"Funneldash": [
{
"cmd": "ssh -t forge@52.36.49.135 'cd beta.funneldash.com/envoyer/current && bash -i'",
"inTerminal": "tab",
"open_in": "tab",
"name": "ssh to prod"
},
{
"cmd": "ssh -i ~/.ssh/funneldash-generic.pem ubuntu@ec2-52-41-138-98.us-west-2.compute.amazonaws.com",
"inTerminal": "tab",
"open_in": "tab",
"name": "ssh to jenkins"
}
]
},
]
}