SciFiFarms / TechnoCore

TechnoCore: an IoT stack powered by Docker Swarm
GNU General Public License v3.0
20 stars 1 forks source link

Improve deploy tool #30

Open TheHackmeister opened 5 years ago

TheHackmeister commented 5 years ago

What I'd really like to be able to do is to support a way of having 2 .env files

Currently, deploy just takes the $stack_name from the .env file... At least that's what's supposed to be passed in. This is silly because it should be able to read that information from the .env itself. I think it makes more sense to point it at one or more .env files.