From c5ca62b7574f9004ce2ec60463093bee9805e4e9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 1 Oct 2017 16:29:14 +0100 Subject: [PATCH] Update image dimensions --- source/_talks/deploying-php-fabric.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md index 7cdb47ccb..76fcb7e01 100644 --- a/source/_talks/deploying-php-fabric.md +++ b/source/_talks/deploying-php-fabric.md @@ -15,8 +15,8 @@ meta: type: website image: url: /assets/images/talks/deploying-php-fabric.png - width: 1280 - height: 800 + width: 2560 + height: 1440 type: image/png --- 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).