Skip to content

Commit 8016f8f

Browse files
authored
docs: add DeployHQ deployment instructions (#2627)
1 parent 15bb83f commit 8016f8f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/deploy.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,30 @@ You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/stati
213213
- Publish directory: `docs`
214214

215215
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

Comments
 (0)