I have an existing rails/git project that I’ve been using with both git and heroku remotes. I want to setup a remote for my new droplet to use instead of the heroku one. I’m trying to find the URL to create the remote:
git remote add docean ssh:// … ?
and the instructions to setup the Ubuntu/Rails instance in the droplet to be that remote.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can use the format:
You do not need to specify “ssh://” provided that you define the user @ host.