You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,3 +213,30 @@ You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/stati
213
213
- Publish directory: `docs`
214
214
215
215
6. Click the **Create site**.
216
+
217
+
## DeployHQ
218
+
219
+
[DeployHQ](https://www.deployhq.com/) is a deployment automation platform that deploys your code to SSH/SFTP servers, FTP servers, cloud storage (Amazon S3, Cloudflare R2), and modern hosting platforms (Netlify, Heroku).
220
+
221
+
> [!IMPORTANT] DeployHQ does not host your site. It automates deploying your Docsify files to your chosen hosting provider or server.
222
+
223
+
To deploy your Docsify site using DeployHQ:
224
+
225
+
1. Sign up for a [DeployHQ account](https://www.deployhq.com/) and verify your email.
226
+
227
+
2. Create your first project by clicking on **Projects** and **New Project**. Connect your Git repository (GitHub, GitLab, Bitbucket, or any private repository). Authorize DeployHQ to access your repository.
228
+
229
+
3. Add a server and enter your server details:
230
+
231
+
- Give your server a name
232
+
- Select your protocol (SSH/SFTP, FTP, or cloud platform)
233
+
- Enter your server hostname, username, and password/SSH key
234
+
- Set **Deployment Path** to your web root (e.g., `public_html/`)
235
+
236
+
4. Since Docsify doesn't require a build step, you can deploy your files directly. If your Docsify files are in a `docs/` folder, configure the **Source Path** in your server settings to `docs/`.
237
+
238
+
5. Click **Deploy Project**, then select your server and click **Deploy** to start your first deployment.
239
+
240
+
Your Docsify site will be deployed to your server. You can enable automatic deployments to deploy on every Git push, or schedule deployments for specific times.
241
+
242
+
For more information on advanced deployment features, see [DeployHQ's documentation](https://www.deployhq.com/support).
0 commit comments