Skip to content

Commit 11015fe

Browse files
authored
docs: add stormkit as deployment platform (#2413)
1 parent e15ad0c commit 11015fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/deploy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ frontend:
135135
| /<\*>.png | /<\*>.png | 200 (Rewrite) |
136136
| /<\*> | /index.html | 200 (Rewrite) |
137137

138+
## Stormkit
139+
140+
1. Login to your [Stormkit](https://www.stormkit.io) account.
141+
2. Using the user interface, import your docsify project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
142+
3. Navigate to the project’s production environment in Stormkit or create a new environment if needed.
143+
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.
144+
5. Set output folder to `docs`
145+
6. Click the “Deploy Now” button to deploy your site.
146+
147+
Read more in the [Stormkit Documentation](https://stormkit.io/docs).
148+
138149
## Docker
139150

140151
- Create docsify files

0 commit comments

Comments
 (0)