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