@@ -5,7 +5,7 @@ |
||
| 5 | 5 | set('dotenv_example', '.env.example'); |
| 6 | 6 | |
| 7 | 7 | desc('Configure .env file'); |
| 8 | -task('deploy:env', function () { |
|
| 8 | +task('deploy:env', function() { |
|
| 9 | 9 | cd('{{release_or_current_path}}'); |
| 10 | 10 | if (test('[ ! -e .env ] && [ -f {{dotenv_example}} ]')) { |
| 11 | 11 | run('cp {{dotenv_example}} .env'); |