From 41838f1e89d5ba500cd19ffabca1e3277577a97e Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Aug 2015 20:26:44 -0700 Subject: [PATCH] Trying worker-linux-docker- because why the hell not --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index b900e60cbb..364daeaf03 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application; $env = $app->detectEnvironment(array( - 'testing' => array('snipe-it.dev','testing-worker-linux*'), + 'testing' => array('snipe-it.dev','worker-linux-docker-*'), 'local' => array('homestead','AlisonMBP'), 'staging' => array('stagingweb01'), 'production' => array('www.yourserver.com')