Solution for Travis CI Password Prompt During Deployment After Github Push
is Given Below:
In the beforeScript section of my Travis CI script
- echo -e "Host github.comntHostName github.comntUser gitntIdentityFile ~/.ssh/id_rsan" >> ~/.ssh/config
As this section executes, I am being prompted for a password, any input to what I might be doing wrong or missing?