Monday, March 4, 2019

How to deploy .NET core app with Gitlab CI?

I have a backend api made with .NET core and the repo is on Gitlab. I have pipeline that uses a shared runner instance on Gitlab. I have a build and test stage in my pipeline. I want to now add a deploy stage that will publish the application to my digital ocean droplet. Do I need to ssh into my droplet and pull, build and then move the DLL? Or is there a better way? Thanks!

How to deploy .NET core app with Gitlab CI? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team