The .env file is always replaced when running dep deploy #3946
Unanswered
Akhmami
asked this question in
Help needed
Replies: 1 comment 1 reply
-
What Deployer version? You can also do this: task('deploy:env')->disable(); |
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
-
I'm using laravel recipe, by default I think the
.env
file will automatically be copied from the.env.example
file and every time I rundep deploy
the.env
file is always replaced, how to handle this so that it only runs at the first time?Beta Was this translation helpful? Give feedback.
All reactions