Build Pipelines
Support Articlehttps://www.deployhq.com/support/build-pipelines
Using build commands to compile assets, run tests or fetch dependencies before you upload changes to
Updated 6th Jan 2026https://www.deployhq.com/support/build-pipelines
Using build commands to compile assets, run tests or fetch dependencies before you upload changes to
Updated 6th Jan 2026https://www.deployhq.com/guides/nest
Learn how to deploy your NestJS application with this step-by-step guide.
Updated 22nd Apr 2026https://www.deployhq.com/guides/next
Learn how to deploy your NextJS application with this step-by-step guide.
Updated 22nd Apr 2026https://www.deployhq.com/support/api/users-api/remove-user-api
How to remove a user from your DeployHQ account using the API.
Updated 16th Apr 2026https://www.deployhq.com/guides/hexo
Step-by-step guide to deploying Hexo static sites with DeployHQ.
Updated 22nd Apr 2026https://www.deployhq.com/support/build-errors/cannot-find-package-dot-json-file
directory, open '/data/package.json' ``` This happens when you have your package.json file located in … a subfolder in your repository and not in the root. … Build commands start from the root of your repository, so you just need to add a `cd` command before … your npm command, like so: ``` cd /path/to/folder npm install ```
Updated 13th Oct 2020https://www.deployhq.com/guides/processwire
**Composer-managed modules** are listed in `composer.json` and installed during the build step. … `site/modules/` and should be committed to your repository. … `site/config.php` and fill in the real credentials. … Cached markup is stored in `site/assets/cache/`. … compiles template files to `site/assets/cache/FileCompiler/`.
Updated 24th Feb 2026https://www.deployhq.com/support/api/security-api/revoke-api-key-api
How to revoke an API key for your DeployHQ account using the API.
Updated 16th Apr 2026https://www.deployhq.com/guides/adonisjs
- An AdonisJS project **DeployHQ Setup** **Create a Project:** Sign up and log in to DeployHQ … Go to **Projects** > **New Project**. Follow the wizard to connect your project repository. … you don't want in your repository. … your server: ```bash npm install -g pm2 ``` **Deployment** - Click **Deploy Project** in … **Notes:** - Ensure your `.env.production` file is properly configured - Use AdonisJS's built-in
Updated 3rd Apr 2025https://www.deployhq.com/support/build-pipelines/watch-files-for-build-commands
.deploybuild.yaml You can also configure watch files in your `.deploybuild.yaml` file by adding a ` … did not include in the watch list, deployments may upload stale assets. - Changes to environment variables … in deployment logs When a build command is skipped due to watch file filtering, it will not appear … as a step in your deployment log. … If you expected a command to run and it did not, check the watch file patterns to ensure they cover all
Updated 1st Apr 2026