Set location of .env file #2813
Unanswered
danielbehrendt
asked this question in
Help needed
Replies: 1 comment 1 reply
-
Why symlinking not working? task('env', function () {
run('{{bin/symlink}} .env {{current_path}}/.env');
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to have Deployer setting up the .env file one level up (above "current") without manually symlinking it into "current" folder? The reason is that we use ploi.io which gives access to .env file via its UI and it expects the .env file on the same level as current.
We use Deployer 7.
Beta Was this translation helpful? Give feedback.
All reactions