Got some more tweaks, and changes to make things work
This commit is contained in:
@@ -26,6 +26,7 @@ $app = new Illuminate\Foundation\Application;
|
||||
|
||||
$env = $app->detectEnvironment(array(
|
||||
'local' => array('homestead','AlisonMBP'),
|
||||
'travis-ci' => array('homestead','AlisonMBP'),
|
||||
'staging' => array('stagingweb01'),
|
||||
'production' => array('www.yourserver.com')
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user