add github note to README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1da15f3000
commit
8aa9f2505d
1 changed files with 4 additions and 1 deletions
|
@ -12,3 +12,6 @@ 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 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/`.
|
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)
|
Loading…
Reference in a new issue