From 0ff089fd7959ba7f4ed5e23863bb81f7cc8d8d58 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 3 Aug 2017 20:19:09 +0100 Subject: [PATCH] Update slug --- source/_talks/deploying-php-with-fabric.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_talks/deploying-php-with-fabric.md b/source/_talks/deploying-php-with-fabric.md index 4f7caa60..7a924282 100644 --- a/source/_talks/deploying-php-with-fabric.md +++ b/source/_talks/deploying-php-with-fabric.md @@ -19,6 +19,9 @@ meta: width: 1280 height: 800 type: image/png +slug: deploying-php-fabric +redirect: + - talks/deploying-php-applications-with-fabric/ --- You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).