0

Does someone know what Cloud engine is used by GitLab CI to build the projects (even the private ones) you store in it?

I've started using it and it works fine. But I don't know where my code is running on.

R. Karlus
  • 2,094
  • 3
  • 24
  • 48

1 Answers1

2

From https://about.gitlab.com/2018/06/25/moving-to-gcp/: GitLab is moving from Azure to Google Cloud Platform.

phd
  • 82,685
  • 13
  • 120
  • 165
  • Yeah I realized that. But I want to know where they are (e.g. Digital Ocean, AWS, Heroku, etc...), got it? – R. Karlus Jul 03 '18 at 10:59
  • I think you're not understanding what I'm saying. I'm saying that I'm using the online GitLab provider, I have no locally installation, I'm using the **Early Adopter** plan from gitlab.com – R. Karlus Jul 03 '18 at 11:07
  • 1
    Ah, ok. I rewrote my answer. – phd Jul 03 '18 at 11:09
  • Thanks a lot. As a bonus, do you know anything about how secure is my code running on the cloud during the build? – R. Karlus Jul 03 '18 at 11:32
  • I think secure enough. A lot of people build private code in clouds. – phd Jul 03 '18 at 11:33