Replace .env* with .kamal/env*
By default look for the env file in .kamal/env to avoid clashes with other tools using .env. For now we'll still load .env and issue a deprecation warning, but in future we'll stop reading those.
This commit is contained in:
committed by
Donal McBreen
parent
0b5506f6f2
commit
5c4c33e0a8
2
test/integration/docker/deployer/app/.kamal/env.erb
Normal file
2
test/integration/docker/deployer/app/.kamal/env.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
SECRET_TOKEN='1234 with "中文"'
|
||||
SECRET_TAG='TAGME'
|
||||
Reference in New Issue
Block a user