Comment config
This commit is contained in:
parent
3cd7d4dee5
commit
2b3bef78b1
@ -24,7 +24,7 @@ $servers = array(
|
||||
'pass' => 'root',
|
||||
'path' => '/home/user/root',
|
||||
'after_push' => 'php -f TAMERE.php',
|
||||
'operator' => '&&'
|
||||
'operator' => '&&' # bash style
|
||||
),
|
||||
'test1' => array(
|
||||
'title' => 'Test de la mort',
|
||||
@ -34,7 +34,7 @@ $servers = array(
|
||||
'pass' => 'blbl',
|
||||
'path' => '/home/user/test',
|
||||
'after_pull' => 'php -f TONPERE.php',
|
||||
'operator' => '; and'
|
||||
'operator' => '; and' # fish style
|
||||
),
|
||||
'prod2' => array(
|
||||
'title' => 'Production de la mort',
|
||||
|
Loading…
Reference in New Issue
Block a user