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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: