lancepioch / tree

Connect your Github Repository to your Forge Server and Tree automatically deploys any new pull requests for you
MIT License
11 stars 3 forks source link

Native Environment Variable Injection #40

Closed lancepioch closed 4 years ago

lancepioch commented 4 years ago

Instead of this in the deployment:

sed -i -E 's/GITHUB_CLIENT_ID=.+/GITHUB_CLIENT_ID=abc123def4567890abcd/' .env

It'd be nice to have a way to just set env variables for each project.

lancepioch commented 4 years ago