|
You are here |
blog.gopheracademy.com | ||
| | | | |
pingbin.com
|
|
| | | | | [AI summary] The provided content outlines a comprehensive guide for deploying C# ASP.NET Core 6.0 applications to an Ubuntu server using GitHub Actions CI/CD, with NGINX as a reverse proxy and MySQL as an optional database. It includes steps for setting up a virtual machine, installing .NET Core, configuring NGINX, setting up MySQL, and automating the deployment process with GitHub Actions. | |
| | | | |
wweb.dev
|
|
| | | | | In this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port. | |
| | | | |
www.botsplash.com
|
|
| | | | | Jan 29, 2019 by - Automating build and deployment process in any project has many advantages when it comes to building application in today's fast paced world. Also known as CI (Continuous Integration) and CD (Continuous Deployment) , this approach focuses teams to test and release quality products frequently and predictably from source code repository to production in an automated fashion. | |
| | | | |
blog.notmyhostna.me
|
|
| | | I recently moved from using a wildcard certificate to using a bunch of certificates from Let's Encrypt. I was a bit hesitant in the beginning because ... | ||