pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

Add SUPFILE_DIR as default environment variable #176

Open stengaard opened 4 years ago

stengaard commented 4 years ago

This will allow Supfiles to be run different directories and consistently resolve files relative to the Supfile.

This CL contains refactors the resolution order of environment variables such that it's a bit easier to reason about.

Fixes #99

josegonzalez commented 2 years ago

@VojtechVitek any chance this can be reviewed?