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 15 days ago
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 15 days ago
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 24 days ago
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 24 days 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 12 days 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 12 days ago
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 24 days ago
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 24 days 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 24 days 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 24 days 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 8 days 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 8 days ago
Allow SSH Commands 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 12 days ago
Allow SSH Commands 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 12 days ago
Support deployments from branches or tags
As a developer using DeployHQ,I want to be able to deploy from specific branches or tags in my Git repository, so that I can easily manage different versions of my application and deploy them to production or staging environments as needed.
Facundo@DHQ 24 days ago
Support deployments from branches or tags
As a developer using DeployHQ,I want to be able to deploy from specific branches or tags in my Git repository, so that I can easily manage different versions of my application and deploy them to production or staging environments as needed.
Facundo@DHQ 24 days ago
Add Social Logins (Google, Github, Bitbucket, etc)
As a DeployHQ user, I want to have the option to log in using my existing social accounts (Google, GitHub, Bitbucket, etc.), so that I can quickly and easily access my DeployHQ account without having to create and remember yet another password.
Facundo@DHQ 24 days ago
Add Social Logins (Google, Github, Bitbucket, etc)
As a DeployHQ user, I want to have the option to log in using my existing social accounts (Google, GitHub, Bitbucket, etc.), so that I can quickly and easily access my DeployHQ account without having to create and remember yet another password.
Facundo@DHQ 24 days ago
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 23 days ago
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 23 days ago
Make Build Configuration more discoverable
The button “Build Configuration” is not easily discoverable in our experience as new users.
David Gasperoni 23 days ago
Make Build Configuration more discoverable
The button “Build Configuration” is not easily discoverable in our experience as new users.
David Gasperoni 23 days ago
Set a config file to Server Group
Right now a config file con be set to all servers in a Project or to an individual server. Setting it to a Server Group should also be possible.
David Gasperoni 23 days ago
Set a config file to Server Group
Right now a config file con be set to all servers in a Project or to an individual server. Setting it to a Server Group should also be possible.
David Gasperoni 23 days 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 24 days 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 24 days ago
Support Global Config Files
As a DeployHQ user,I want to be able to manage global configuration settings across multiple projects, so that I can easily apply consistent settings for deployment and build processes.
Facundo@DHQ 24 days ago
Support Global Config Files
As a DeployHQ user,I want to be able to manage global configuration settings across multiple projects, so that I can easily apply consistent settings for deployment and build processes.
Facundo@DHQ 24 days ago
Config files - Build pipeline only
There is no way to mark a config file as “Build pipeline only”, the file will either be uploaded to all servers or specific(s) servers. If a file is only useful for the Build pipeline, there is no point in deploying it to a server and it can leads to security issues.
Victor Antoine 1 day ago
Config files - Build pipeline only
There is no way to mark a config file as “Build pipeline only”, the file will either be uploaded to all servers or specific(s) servers. If a file is only useful for the Build pipeline, there is no point in deploying it to a server and it can leads to security issues.
Victor Antoine 1 day ago
Config files - Use this file with the Build Pipeline for all current and future servers
In the case where a config file is to be used at building time for specific(s) server(s), the only way to achieve this is to use the “Upload this file to all current and future servers?” flag. However by using this flag, the file will be uploaded to the server, no matter what. This can cause security issues if the config file contains secrets and can be accessed with a browser. It would be quite useful to be able to flag a file to be used only in the build pipeline but still be able to chose for which server to use this file. I will create another feature request for preventing a config file to be uploaded no matter what.
Victor Antoine 1 day ago
Config files - Use this file with the Build Pipeline for all current and future servers
In the case where a config file is to be used at building time for specific(s) server(s), the only way to achieve this is to use the “Upload this file to all current and future servers?” flag. However by using this flag, the file will be uploaded to the server, no matter what. This can cause security issues if the config file contains secrets and can be accessed with a browser. It would be quite useful to be able to flag a file to be used only in the build pipeline but still be able to chose for which server to use this file. I will create another feature request for preventing a config file to be uploaded no matter what.
Victor Antoine 1 day ago
Allow to disable servers
As a DeployHQ user,I want to be able to disable individual servers within a deployment group. So that I can prevent these servers from receiving deployments and conserve resources during maintenance or testing.
Facundo@DHQ 4 days ago
Allow to disable servers
As a DeployHQ user,I want to be able to disable individual servers within a deployment group. So that I can prevent these servers from receiving deployments and conserve resources during maintenance or testing.
Facundo@DHQ 4 days ago
Plan for simple deployments without any build process
I’d appreciate a cheaper plan for people who use DeployHQ just for deploying static/server rendered websites. While I quickly run out of my 10 projects, I always have 800 build minutes available.
Thomas Günther 5 days ago
Plan for simple deployments without any build process
I’d appreciate a cheaper plan for people who use DeployHQ just for deploying static/server rendered websites. While I quickly run out of my 10 projects, I always have 800 build minutes available.
Thomas Günther 5 days ago
Add Integration: Cloudfront
As a developer, I want to be able to integrate Cloudfront with my application, so that I can invalidate a a distribution (or part of it).
Facundo@DHQ 9 days ago
Add Integration: Cloudfront
As a developer, I want to be able to integrate Cloudfront with my application, so that I can invalidate a a distribution (or part of it).
Facundo@DHQ 9 days ago