DEV Community

Discussion on: How to setup remote repo in shared hosting

 
rhymes profile image
rhymes

Ah ok! So you need git + ssh.

Assuming you have the rights to access that folder, it should be something like this:

git remote add origin ssh://username@host/var/customers/webs/username/folder.git

Thread Thread
 
ian profile image
Ian

Works, thank you!