Hello Gitlab Community,
I want to script an automatically deploy of repo on my hosted Gitlab so I need to deplay with the command line.
My Gitlab is hosted at gitlab.my.host:special-port, and when i try to push to create my project :
git push --set-upstream git@gitlab.my_host.com:myport:root/test.git master
I have this :
ssh: connect to host gitlab.sig244.syazen.cloud port 22: Connection refused
But I can’t specify a port with this command line, my port is not 22 I know that but how I can solved this problem ? I look on internet many hours I don’t find nothing.
Thank’s, have a good day.