Automating .NET Core Deployments with DeployHQ
Guidehttps://www.deployhq.com/guides/dotnet
This guide shows how to seamlessly deploy your code with every push, using DeployHQ's free plan.
Updated 10th Jan 2025https://www.deployhq.com/guides/dotnet
This guide shows how to seamlessly deploy your code with every push, using DeployHQ's free plan.
Updated 10th Jan 2025https://www.deployhq.com/support/build-errors/input-required-build-command
the non-interactive nature of how commands are run in DeployHQ. … If you're seeing a `yes|no`, or perhaps a prompt to enter a password, this will require you to either … abort the deployment, or, wait for the build timeout of 30 minutes to complete. … In the case of authentication requirements, you might need to create a file such as `auth.json` with … the appropriate credentials in.
Updated 28th Nov 2023https://www.deployhq.com/guides/ghost
**Sign up and log in** to your DeployHQ account. 2. … **Create new Commands in the Build Pipeline:** ```bash # Install dependencies cd %path% … **Click "Deploy Project"** in the header. 2. **Select the server and revision** to deploy. 3. … **Click "Deploy"** to initiate the deployment process. … **Additional Tips** - **Configure environment variables:** Use DeployHQ's configuration files to
Updated 10th Jan 2025https://www.deployhq.com/support/integrations/troubleshooting-http-request-403-errors
How to diagnose and fix 403 Forbidden errors when using HTTP Request integrations with Cloudflare, WAF
Updated 24th Dec 2025https://www.deployhq.com/support/api/account-management-api/update-account-settings-api
How to update your DeployHQ account settings using the API.
Updated 16th Apr 2026https://www.deployhq.com/blog/rollbar-notifications
We're pleased to announce the introduction of a new integration to the DeployHQ platform today - the … ability to send deployment notifications to Rollbar!
Updated 10th Apr 2019https://www.deployhq.com/guides/wordplate
When configuring your server in DeployHQ, ensure your web server points to `public/`. --- ## Managing … To install a plugin: ```bash composer require wp-plugin/advanced-custom-fields ``` To install a specific … Set the deployment path to the directory that serves your site. … repository root to run Composer and Vite during each deployment. … forward through Git and DeployHQ; content stays in
Updated 4th May 2026https://www.deployhq.com/support/network-agent-errors/network-agent-has-been-revoked
You may see the following error if the agent you're trying to connect to has been deleted/revoked: … ``` The network agent for x has been revoked. ``` In this case, you would need to create and configure … In this case any previous settings would be overwritten.
Updated 13th Oct 2020https://www.deployhq.com/support/api/config-files
How to manage config files within a project using the DeployHQ API.
Updated 10th Nov 2025https://www.deployhq.com/support/api/ssh-commands
How to manage SSH commands within a specific project using the DeployHQ API.
Updated 10th Nov 2025