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).