Woodworkers and web developers have this in common
In celebration of that belief and in appreciation of the service DeployHQ provides our team, I’m happy to share a “jig” our team built to bootstrap new projects.
Our products pack a punch when it comes to features and it would be easy to miss some of them. Here we post helpful tips & tricks about how to use our products & services.
In celebration of that belief and in appreciation of the service DeployHQ provides our team, I’m happy to share a “jig” our team built to bootstrap new projects.
DeployHQ offers two zero-downtime deployment strategies: copying the previous release or using a clean cache directory. Learn how each works, when to use them, and best practices for seamless deployments.
Configure custom HTTP request headers when deploying to Amazon S3 buckets with DeployHQ, including Cache-Control, Content-Disposition, and server-side encryption metadata.
Use whitelisting rules to create exceptions within your DeployHQ exclusion rules. Prefix any rule with ! to keep specific files or directories deployed even when their parent is excluded.
In a lot of modern web applications, a number of assets or dependencies are generated separately from your normal development cycle. For example, you might be compiling some JavaScript, fetching...
Two factor authentication is a good way of increasing account security, by adding a second step to the normal login flow. In the case of DeployHQ, it simply consists of...
You may be deploying your code to more than one server, which can be particularly inconvenient when it comes to making sure all of your servers are running the same...
There may be cases where you don't want some users to be able to deploy to certain servers in a project. For example, you may have a production server that...
Learn how to exclude files from your DeployHQ deployments using exclusion rules and .deployignore. Prevent dependencies, environment configs, test files, and build artifacts from reaching your server.
Deploy your website or app from any Git repository to Amazon S3 automatically with DeployHQ. Covers GitHub, Bitbucket, GitLab, plus S3-compatible storage like Cloudflare R2 and Wasabi.
Did you know you can use Git to deploy to an FTP server? In this tutorial, you'll learn how easy it is to automate the deployment of your website using Git and DeployHQ.
As you may have seen, GitHub are currently discontinuing their old services integrations and replacing them with webhooks. In the past, users would add one of these to enable automatic...