All articles

Displaying posts 313 - 324 of 326 in total

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.

Deploy at PHP South Coast

Posted in June 2016 on the DeployHQ blog

This Saturday we'll be attending the 2nd PHP South Coast Conference. Located in Portsmouth at the historic Action Stations boathouse we'll be on hand all day to give demonstrations and answer any questions.

Excluding files with .deployignore

Posted in May 2016 on the DeployHQ blog

Use a .deployignore file to control which files and directories are excluded from your DeployHQ deployments. Works like .gitignore, supports all version control systems, and keeps exclusion rules version-controlled alongside your code.

Deployment Restrictions

Posted in April 2016 on the DeployHQ blog

We're pleased to announce the addition of a new feature to the Deploy platform today - the ability to restrict deployments based on certain days and times.

Gitlab Support

Posted in October 2015 on the DeployHQ blog

Whilst we've had support for Gitlab repositories for some time, we've recently deployed full support for Gitlab via OAuth as well as the ability to trigger automatic deployments using both...

Bitbucket Webhooks

Posted in June 2015 on the DeployHQ blog

Recently Bitbucket have updated their Repository settings with direct support for Webhooks, and will be removing support for their old Services features in the future.

Excluded Files per Server

Posted in June 2015 on the DeployHQ blog

Configure different file exclusion rules for each deployment server in DeployHQ. Keep environment configs, backend code, or test files off servers that don't need them.

FTPS Support

Posted in April 2015 on the DeployHQ blog

Good news if you need to use FTP to upload your files to your server, but you'd like a little extra security. Today we're introducing support with for FTPS (SSL/TLS).