Search Unity

Unity Cloud build default port 22

Discussion in 'Unity Build Automation' started by LelouBil, Jun 24, 2017.

  1. LelouBil

    LelouBil

    Joined:
    Jun 24, 2017
    Posts:
    5
    Hi, i have a personal git server and i can clone it fine with
    but when i put git@mydomain:32222/home/git/project.git in Unity cloud build, i get the message

    connect ECONNREFUSED myip:22

    So how can i make Unity cloud build use port 32222 ?
     
  2. dannyd

    dannyd

    Unity Technologies

    Joined:
    Jun 3, 2014
    Posts:
    785
    Try explicitly adding ssh:// to the url in Unity Cloud Build.
     
    LelouBil likes this.
  3. LelouBil

    LelouBil

    Joined:
    Jun 24, 2017
    Posts:
    5
    Thanks, @dannyd . I forgot it but now it works !