Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config/Settings File #4

Open
jgallen23 opened this issue Jul 10, 2011 · 3 comments
Open

Config/Settings File #4

jgallen23 opened this issue Jul 10, 2011 · 3 comments

Comments

@jgallen23
Copy link

Sometimes I'll have a project that is open source where I need config or settings file that contains passwords, api keys, etc that I don't want to be in the git repo. It would be nice to have a field where deploy would push up that file in addition cloning the repo. Thoughts?

@tj
Copy link
Member

tj commented Jul 10, 2011

hmmm yeah im not against that, sounds good to me, although I would probably use environment variables but it really depends I guess

@guileen
Copy link

guileen commented Apr 6, 2012

how do you solve this problem now?

@netpoetica
Copy link

Hey @guileen - I would recommend using something like scp for the transfer of Gitignored files. You could ultimately create a little wrapper script that does runs deploy --whatever-options && scp ~/my_local_file.txt user@remote_host.com:/some/remote/directory

Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants