Skip to content

Commit 84cc247

Browse files
committed
Add groups configuration option to remote config.
1 parent 07e5cc1 commit 84cc247

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

app/config/remote.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,21 @@
3737

3838
),
3939

40+
/*
41+
|--------------------------------------------------------------------------
42+
| Remote Server Groups
43+
|--------------------------------------------------------------------------
44+
|
45+
| Here you may list connections under a single group name, which allows
46+
| you to easily access all of the servers at once using a short name
47+
| that is extremely easy to remember, such as "web" or "database".
48+
|
49+
*/
50+
51+
'groups' => array(
52+
53+
'web' => array('production')
54+
55+
),
56+
4057
);

0 commit comments

Comments
 (0)