Deployments
Support Articlehttps://www.deployhq.com/support/deployments
Once you've configured a project with a repository and a server, you can start running deployments.
Updated 3rd Dec 2025https://www.deployhq.com/support/deployments
Once you've configured a project with a repository and a server, you can start running deployments.
Updated 3rd Dec 2025https://www.deployhq.com/support/api/language-versions/update-language-versions
This method allows you to update language versions in a project. ## URL ```bash /projects/<project … * Replace `<language>` with the name of the language you wish to update the version of. ## HTTP … Method ``` PUT ``` ## Supported Parameters * `version` - the version you wish to change the … chosen language to (supported languages can be found at the bottom of the page). ## Example cURL … https://atech.deployhq.com/projects/my-new-project/build_languages/php ``` ## Supported languages and
Updated 27th Oct 2025https://www.deployhq.com/support/api/templates/managing-template-elements/build-cache-files/edit-build-cache-file
How to update an existing build cache file in a project template via the DeployHQ API.
Updated 23rd Jul 2024https://www.deployhq.com/support/api/build-cache-files/edit-build-cache-file
How to update an existing build cache file in a project template via the DeployHQ API.
Updated 27th Oct 2025https://www.deployhq.com/support/api/deployments/view-existing-config-file-deployment-api
How to view an existing deployment manifest for a config file deployment via the DeployHQ API.
Updated 27th Oct 2025https://www.deployhq.com/blog/automatic-deployments-from-planio
We're pleased to announce support today for automatic deployments from repositories hosted at plan.io
Updated 26th May 2016https://www.deployhq.com/support/build-errors/cannot-install-saas-globally
does not have the ability to install packages globally. … To prevent this error from happening, all you'll need to do is remove the `-g` flag from `npm install … adjust it to use the locally installed package. … - Updating your build script to use a package manager like `npm run` or `yarn` to … By using a local installation, you ensure project-specific Sass versions and avoid potential conflicts
Updated 10th Jun 2024https://www.deployhq.com/support/api/deployments/view-config-file-deployment-preview-api
How to view an existing deployment manifest for a config file deployment preview via the DeployHQ API
Updated 27th Oct 2025https://www.deployhq.com/blog/deployhq-meets-digitalocean-a-perfect-match-for-seamless-deployments
Deploy applications directly to droplets from your dashboard with this powerful integration.
Updated 24th Oct 2024https://www.deployhq.com/support/build-errors/dependency-not-found
your initial build command, most commonly when running `npm install`, you might run an error similar to … You might indeed find that this works locally when you run the same commands - the first thing to check … if that's the case is that your `package-lock.json` file is committed to your repository so that when … This would probably cause DeployHQ to try and fetch a newer version than what you're actually already
Updated 13th Oct 2020