git-deploy-php
git-deploy-php copied to clipboard
Environment Variables based configuration
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.
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.