You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
andstaging.ini
files. These files contain SECRET_KEY. I have to add these ini file to .gitignore.The text was updated successfully, but these errors were encountered: