|
You are here |
kyrofa.com | ||
| | | | |
amxmln.com
|
|
| | | | | I documented my way of setting up automatic deployments to Uberspace via rsync with GitLab CI. Hopefully it'll be useful to others as well! | |
| | | | |
webgeist.dev
|
|
| | | | | This is a guide to deploy a node application using the well known Capistrano gem with a bit of help of the capistrano-node-deploy gem. This guide uses ruby to deploy your node.js application. So I assume that you have both ruby and bundler (a package manager similar to npm) installed. I also provide some feedback at the end, why I used ruby and not JavaScript for deployment. | |
| | | | |
mherman.org
|
|
| | | | | Step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI. | |
| | | | |
blog.m5e.de
|
|
| | | In this Guide, I want to cover installing ZITADEL with PostgreSQL on a Linux system. Please be aware that PostgreSQL support is still in Beta at the time of this writing, and you will need a PostgreSQL installation with Version 14 or higher. NGINX Proxy Create a new subdomain and point it to your server. Use certbot -d domain.name for creating a new SSL Cert. Create a new file in /etc/nginx/sites-available/domainname | ||