Skip to content

Commit

Permalink
docs: add stormkit as deployment platform (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldemcan committed May 7, 2024
1 parent e15ad0c commit 11015fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/deploy.md
Expand Up @@ -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
Expand Down

0 comments on commit 11015fe

Please sign in to comment.