ASP.NET core workflow for deploying site
Hey,
I'm just getting into ASP.NET core and have setup a ubuntu vps server running nginx and kestrel proxy based on the MS guides.
I'm wondering what typically people have for processes of releasing something though? Right now I just pull latest copy from git when I ssh to the server, compile/publish and then copy the files to directory and restart nginx.
Is there a better way to go about this? Anything I should be careful of?
Thanks!
0 comments:
Post a Comment