I am using a shell script to automate the deployment of my website. I now want to push the code of this site onto GitHub, and now I am facing the problem that my login details will be publicly accessible if I push the deploy script too. Is there any way of changing or leaving out the file when I push to GitHub? I would still like to keep it under version control.
|
feedback
|
sourceis perhaps the easiest way to do so). – aland Sep 19 '11 at 15:22sourcenow, cheers! – Harry Lachenmayer Sep 21 '11 at 20:07