From 11015feeccd08f0f29631ffa8446e6799ae5fb6d Mon Sep 17 00:00:00 2001 From: Can Eldem Date: Tue, 7 May 2024 01:11:41 +0100 Subject: [PATCH] docs: add stormkit as deployment platform (#2413) --- docs/deploy.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index ce6a82a..4e1651d 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -135,6 +135,17 @@ frontend: | /<\*>.png | /<\*>.png | 200 (Rewrite) | | /<\*> | /index.html | 200 (Rewrite) | +## Stormkit + +1. Login to your [Stormkit](https://www.stormkit.io) account. +2. Using the user interface, import your docsify project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket). +3. Navigate to the project’s production environment in Stormkit or create a new environment if needed. +4. Verify the build command in your Stormkit configuration. By default, Stormkit CI will run `npm run build` but you can specify a custom build command on this page. +5. Set output folder to `docs` +6. Click the “Deploy Now” button to deploy your site. + +Read more in the [Stormkit Documentation](https://stormkit.io/docs). + ## Docker - Create docsify files