From 8aa9f2505d73671081c3776cbd095fc3d545410e Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Tue, 21 Feb 2023 12:29:07 +0000 Subject: [PATCH] add github note to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cbc4a8..d609775 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,7 @@ This is a simple Svelte+Vite template app (created with `npm init vite`). The on The pipeline connects to a [self-hosted Dokku server](https://dokku.com/docs/getting-started/installation/) over `ssh` via a local jump host. It configures the new app via the `dokku` CLI tool, deploys the app to Dokku via `git`, then requests a LetsEncrypt SSL certificate for the site. -The same pipeline should work with no modification for any static site generator which uses `npm build` to build the site. Dokku will look for the compiled site in `dist/`. \ No newline at end of file +The same pipeline should work with no modification for any static site generator which uses `npm build` to build the site. Dokku will look for the compiled site in `dist/`. + +## GitHub +Note - GitHub is just a mirror for this repository. The main repository is at [https://git.fnukhosting.net/dcowan/dokku_test_deploy](https://git.fnukhosting.net/dcowan/dokku_test_deploy) \ No newline at end of file