basecamp / kamal

Deploy web apps anywhere.
https://kamal-deploy.org
MIT License
9.38k stars 357 forks source link

[WIP] Specify env file + envify on the config file #825

Open fabiosammy opened 1 month ago

fabiosammy commented 1 month ago

My main goal is to upload a custom env, entirely to the app or accessory.

Some projects have the .env committed inside of the git repository, and some of them have so much env that update his values, remove the keys or add new ones without changing the application code.

Also I put the "for_node" and "custom_env" to debug and understand the gem.

Lack of tests.

This is more a PR to discuss an approach rather than something ready to merge.