Got some more tweaks, and changes to make things work

This commit is contained in:
Vincent Sposato
2015-08-15 20:00:48 -04:00
parent 194e43d206
commit bfeb4560ca
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -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')
));