Completed
Allow deployment of just config files
Sometimes you need to update and redeploy a config file and doing a full deployment seems unnecessary.
Pete Heaney 5 months ago
Completed
Allow deployment of just config files
Sometimes you need to update and redeploy a config file and doing a full deployment seems unnecessary.
Pete Heaney 5 months ago
ACL User managment , who can acess to config
Hi, we strongly need an options to give access to separate config files for a user In one project can be production and development config files, which we should separate access between of users
Vladyslav LTD 4 days ago
ACL User managment , who can acess to config
Hi, we strongly need an options to give access to separate config files for a user In one project can be production and development config files, which we should separate access between of users
Vladyslav LTD 4 days ago
Completed
Support Global SSH Keys
As a DeployHQ user, I want to manage my SSH keys globally across all my projects, so that I don't have to upload the same key to multiple projects.
Facundo@DHQ 5 months ago
Completed
Support Global SSH Keys
As a DeployHQ user, I want to manage my SSH keys globally across all my projects, so that I don't have to upload the same key to multiple projects.
Facundo@DHQ 5 months ago
Support for global servers
As a DeployHQ user I would like to be able to manage servers in a global context, so they can be used across multiple projects, so that I can easily apply consistent settings for deployment and build processes.
Robert Venning 4 months ago
Support for global servers
As a DeployHQ user I would like to be able to manage servers in a global context, so they can be used across multiple projects, so that I can easily apply consistent settings for deployment and build processes.
Robert Venning 4 months ago
Build configuration per server
Make build configuration configurable per server. At the moment it is annoying to deploy an updated version of an app to a staging site, as you need to change the build config for the whole project, which then blocks any deployments to the production site.
Matty Forth 5 months ago
Build configuration per server
Make build configuration configurable per server. At the moment it is annoying to deploy an updated version of an app to a staging site, as you need to change the build config for the whole project, which then blocks any deployments to the production site.
Matty Forth 5 months ago
Completed
Allow SSH-Only Deployments (without file transfer)
As a user of DeployHQ, I want to be able to execute SSH commands on my servers without transferring files, so that I can perform tasks like running scripts, checking system status, or configuring settings efficiently.
Facundo@DHQ 5 months ago
Completed
Allow SSH-Only Deployments (without file transfer)
As a user of DeployHQ, I want to be able to execute SSH commands on my servers without transferring files, so that I can perform tasks like running scripts, checking system status, or configuring settings efficiently.
Facundo@DHQ 5 months ago
Add SSO (Google, Okta, etc)
As a DeployHQ user, I want to be able to log in to DeployHQ using Single Sign-On (SSO) with various identity providers (e.g., Google, Okta, etc.), so that I can simplify my login process and reduce the risk of credential breaches.
Facundo@DHQ 5 months ago
Add SSO (Google, Okta, etc)
As a DeployHQ user, I want to be able to log in to DeployHQ using Single Sign-On (SSO) with various identity providers (e.g., Google, Okta, etc.), so that I can simplify my login process and reduce the risk of credential breaches.
Facundo@DHQ 5 months ago
Completed
Ability to select day of the week for monthly scheduled deployments
I can see it is possible to schedule a deployment to run monthly, but this only allows you to select a calendar day of the month (1st of each month etc) to run the deployment on. We’d love to be able to select a day of the week with this schedule e.g. run on the first Monday of the month, to ensure deployments go out during our support hours.
Josh Hinton 2 months ago
Completed
Ability to select day of the week for monthly scheduled deployments
I can see it is possible to schedule a deployment to run monthly, but this only allows you to select a calendar day of the month (1st of each month etc) to run the deployment on. We’d love to be able to select a day of the week with this schedule e.g. run on the first Monday of the month, to ensure deployments go out during our support hours.
Josh Hinton 2 months ago
Custom Server Environment Variables
It would be handy to securely create and store custom environment variables on a server basis to be used during SSH commands and Config files. We are currently restricted to only what is available: https://www.deployhq.com/support/projects/variables This would then avoid need to create individual config files per server. Instead, we only need one and ensure the environment variables are set. This is a pretty common setup in other CI/CD providers (ie: github, gitlab, bitbucket, etc)
David Burleson 4 months ago
Custom Server Environment Variables
It would be handy to securely create and store custom environment variables on a server basis to be used during SSH commands and Config files. We are currently restricted to only what is available: https://www.deployhq.com/support/projects/variables This would then avoid need to create individual config files per server. Instead, we only need one and ensure the environment variables are set. This is a pretty common setup in other CI/CD providers (ie: github, gitlab, bitbucket, etc)
David Burleson 4 months ago
Completed
Add Integration: Digital Ocean
As a DeployHQ user, I want to integrate Digital Ocean with DeployHQ, so that I can deploy my applications directly to Digital Ocean droplets from within DeployHQ.
Facundo@DHQ 5 months ago
Completed
Add Integration: Digital Ocean
As a DeployHQ user, I want to integrate Digital Ocean with DeployHQ, so that I can deploy my applications directly to Digital Ocean droplets from within DeployHQ.
Facundo@DHQ 5 months ago
Tar File Transfer for Accelerated Deployments
As a software engineer, I want to be able to transfer tar files efficiently for deployments, so that I can reduce deployment time and improve overall efficiency.
Facundo@DHQ 4 months ago
Tar File Transfer for Accelerated Deployments
As a software engineer, I want to be able to transfer tar files efficiently for deployments, so that I can reduce deployment time and improve overall efficiency.
Facundo@DHQ 4 months ago
Add Integration: rsync
As a DeployHQ user,I want to be able to integrate rsync with my deployments, so that I can efficiently transfer and synchronize files between my local machine and remote servers during the deployment process.
Facundo@DHQ 5 months ago
Add Integration: rsync
As a DeployHQ user,I want to be able to integrate rsync with my deployments, so that I can efficiently transfer and synchronize files between my local machine and remote servers during the deployment process.
Facundo@DHQ 5 months ago
Commit hash checking of scheduled deployments
Something I’ve requested from the DHQ team a few months ago, but it’d be ideal if commit hashes were checked on scheduled deploys to prevent regular usage of build minutes. This option was added after some discussion with the support team but it doesn’t seem to have the effect needed because we still see regular deploys, daily, despite the latest commit hash not changing in weeks. The use case for this is that we have a lot of projects that all need manual deployment to production which we’re trying to phase out with “rolling releases” so verified and tested pull requests can be merged and deployment can be handle at a set time, daily, instead of a regular task.
Matt Royce 3 months ago
Commit hash checking of scheduled deployments
Something I’ve requested from the DHQ team a few months ago, but it’d be ideal if commit hashes were checked on scheduled deploys to prevent regular usage of build minutes. This option was added after some discussion with the support team but it doesn’t seem to have the effect needed because we still see regular deploys, daily, despite the latest commit hash not changing in weeks. The use case for this is that we have a lot of projects that all need manual deployment to production which we’re trying to phase out with “rolling releases” so verified and tested pull requests can be merged and deployment can be handle at a set time, daily, instead of a regular task.
Matt Royce 3 months ago
Allow to configure deployment availability per project
As a project manager or software engineer, I want to be able to control the deployment availability for individual projects, so that I can manage the risk associated with new deployments and ensure that they are only released to production when they are ready.
Facundo@DHQ 5 months ago
Allow to configure deployment availability per project
As a project manager or software engineer, I want to be able to control the deployment availability for individual projects, so that I can manage the risk associated with new deployments and ensure that they are only released to production when they are ready.
Facundo@DHQ 5 months ago
Retry deployments from the last completed step
As a engineer or user, I want to be able to retry a failed deployment from the last successful step, So that I can save time and effort by not having to redeploy all previous steps.
Facundo@DHQ About 1 month ago
Retry deployments from the last completed step
As a engineer or user, I want to be able to retry a failed deployment from the last successful step, So that I can save time and effort by not having to redeploy all previous steps.
Facundo@DHQ About 1 month ago
Add Tag comment/commit message column next to tag number
When deploying with tags, it would be useful to add git tag commit message next to the tag number, to avoid searching them in github in another tab
Christophe Salignon About 2 months ago
Add Tag comment/commit message column next to tag number
When deploying with tags, it would be useful to add git tag commit message next to the tag number, to avoid searching them in github in another tab
Christophe Salignon About 2 months ago
Option to toggle commands in the build pipeline
The Build Pipeline page currently allows you to add, remove, and reorder commands. However, it does not provide an option to toggle a command's enabled or disabled status, which would be extremely helpful. For example, if you have commands that you want to turn on or off occasionally, such as linting, reporting, or cache clearing, users currently have to delete and manually re-add the command to achieve this. A simple button to toggle the enabled or disabled status would be fantastic.
Elliott Mangham 3 months ago
Option to toggle commands in the build pipeline
The Build Pipeline page currently allows you to add, remove, and reorder commands. However, it does not provide an option to toggle a command's enabled or disabled status, which would be extremely helpful. For example, if you have commands that you want to turn on or off occasionally, such as linting, reporting, or cache clearing, users currently have to delete and manually re-add the command to achieve this. A simple button to toggle the enabled or disabled status would be fantastic.
Elliott Mangham 3 months ago
Add SEPA as a billing method
Our creditcard bill is getting larger by the month with all our services. It would be really nice if we could have SEPA / IBAN as a payment method. Not sure what PSP integration you are using but I believe Stripe has this feature.
Sjoerd Gal 4 months ago
Add SEPA as a billing method
Our creditcard bill is getting larger by the month with all our services. It would be really nice if we could have SEPA / IBAN as a payment method. Not sure what PSP integration you are using but I believe Stripe has this feature.
Sjoerd Gal 4 months ago
Automatic Tagged Release Deployments
To support better CI development flows, if a tagged release is created in Github (or other VC system) it would be great if this can then auto-deploy. For example I might have the following setup: dev.website.com = dev branch = auto-deploy when pushed staging.website.com = staging branch = auto-deploy when pushed website.com = v1.0.1 = auto-deploy when created
Tom Clarke 4 months ago
Automatic Tagged Release Deployments
To support better CI development flows, if a tagged release is created in Github (or other VC system) it would be great if this can then auto-deploy. For example I might have the following setup: dev.website.com = dev branch = auto-deploy when pushed staging.website.com = staging branch = auto-deploy when pushed website.com = v1.0.1 = auto-deploy when created
Tom Clarke 4 months ago
Completed
Strip ANSI escape codes/sequences from SSH commands logs
Some tools add formatting to their output with ANSI escape codes or sequences. It would be nice if they were stripped
David Gasperoni 5 months ago
Completed
Strip ANSI escape codes/sequences from SSH commands logs
Some tools add formatting to their output with ANSI escape codes or sequences. It would be nice if they were stripped
David Gasperoni 5 months ago