diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md index 7cdb47cc..76fcb7e0 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).