git-deploy-php icon indicating copy to clipboard operation
git-deploy-php copied to clipboard

Environment Variables based configuration

Open gphg opened this issue 5 years ago • 1 comments

Hello there!

I have a suggestion. Would it be nice if git-deploy able to read system's environment variables instead of text .ini file? This will help a lot on Continuous Integration which pass SECRET_KEY (eg. password and host) is possible.

Normally, I have to build a shell script that produces deploy.ini and staging.ini files. These files contain SECRET_KEY. I have to add these ini file to .gitignore.

gphg avatar Jan 25 '19 04:01 gphg

Hi Garett!

That is definitely a useful option, to be honest! I'd be happy to have a look at it - I don't have much time in the next few weeks but sometime in February I should be able to look into adding this to the project.

pocketarc avatar Jan 28 '19 14:01 pocketarc