You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
564 B
20 lines
564 B
[
|
|
{
|
|
"name": "Service",
|
|
"url": "http://service.sundayenglish.com",
|
|
"description": "Sunday English Service",
|
|
"command": ["cd", "/projects/service-se", "&&", "ls"]
|
|
},
|
|
{
|
|
"name": "Exercise",
|
|
"url": "http://exercise.sundayenglish.com",
|
|
"description": "Sunday English Exercise",
|
|
"command": ["cd", "/projects/exercise-se", "&&", "ls"]
|
|
},
|
|
{
|
|
"name": "Julius",
|
|
"url": null,
|
|
"description": "Julius",
|
|
"command": ["cd", "/projects/julius", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"]
|
|
}
|
|
]
|
|
|