DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP and more!

All articles

Displaying posts 61 - 72 of 120 in total

Using the DeployHQ CLI

Posted in March 2019 

With DeployHQ, you can deploy to your servers in several different ways. Most commonly, customers set up automatic deployments to trigger deployments on push to their repository host, deploy manually...

Build command templates

Posted in December 2018 

We're pleased to announce the addition of a handy new feature to the DeployHQ build pipeline today - the ability to choose from a number of common build command sequences...

DeployHQ's Journey to the iOS App Store

Posted in December 2018 

When we decided to make native smartphone applications for DeployHQ we assumed that getting the iOS version approved on the store would be a simple affair. Unfortunately, this was not...

What does React.memo do?

Posted in November 2018 

React.memo is a higher order component that you can use to ensure functional components only re-render when the props change (much like PureComponent for class components).