Read from .kamal/.env
To avoid conflicts with other tools that use .env files, read the files from .kamal/ instead. If there are no matching env files in .kamal/, we'll read from the project root for now and emit a warning.
This commit is contained in:
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