We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a40271 commit 27188e0Copy full SHA for 27188e0
1 file changed
recipe/deploy/env.php
@@ -7,7 +7,7 @@
7
desc('Configure .env file');
8
task('deploy:env', function () {
9
cd('{{release_or_current_path}}');
10
- if (test('[ ! -f .env ] && [ -f {{dotenv_example}} ]')) {
+ if (test('[ ! -e .env ] && [ -f {{dotenv_example}} ]')) {
11
run('cp {{dotenv_example}} .env');
12
set('new_deployment', true);
13
}
0 commit comments