Devops & Infrastructure

An insight into the way we run the infrastructure that runs all our services, or news about the DevOps world

Displaying posts 13 - 24 of 24 in total

CDN and DeployHQ: A Powerful Duo

Posted on the 26th September on the DeployHQ blog

A Content Delivery Network (CDN) is a distributed system of servers spread across the globe. It's designed to deliver web content to users quickly and efficiently, regardless of their location.

Protecting Your API Keys: A Quick Guide

Posted on the 12th September on the DeployHQ blog

API keys are essentially digital keys that grant access to sensitive data and functionalities within your applications. Exposing these keys can lead to serious security breaches, allowing unauthorized individuals to manipulate your systems, steal data, or even launch attacks.

DeployHQ vs. Jenkins: Choosing the Right Deployment Tool for You

Posted on the 19th August on the DeployHQ blog

When it comes to automating software deployments, DeployHQ and Jenkins are two popular choices. Each offers unique features and benefits, making the decision between them dependent on your specific needs and preferences. Let's dive into a detailed comparison.

Deployment Automation: A Quick Overview

Posted on the 8th August on the DeployHQ blog

Deployment automation is the process of using software tools and systems to automatically move code changes from one software environment to another. This eliminates the need for manual software releases, which can be time-consuming, error-prone, and inefficient.

Wiring up Deploy for Websockets (part 1)

Posted in June 2016 on the DeployHQ blog

In the last few weeks we've introduced websockets into Deploy to improve our deployments. In the next couple of posts we'll delve into the how and why of this development.