@@ -119,7 +119,7 @@ |
||
119 | 119 | 'Timestamp' => date('r'), |
120 | 120 | 'output' => '', |
121 | 121 | ]; |
122 | - $whitelist = ['backupDatabase','pull','copyEnv','composer','npm','migrate','seed','deploy']; |
|
122 | + $whitelist = ['backupDatabase', 'pull', 'copyEnv', 'composer', 'npm', 'migrate', 'seed', 'deploy']; |
|
123 | 123 | foreach ($steps as $step) { |
124 | 124 | if (in_array($step, $whitelist) && !$this->{$step}()) { |
125 | 125 | $this->log->error('Deploy failed.', $this->result); |