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.