Update image dimensions

This commit is contained in:
Oliver Davies 2017-10-01 16:29:14 +01:00
parent aa121e3e66
commit c5ca62b757

View file

@ -15,8 +15,8 @@ meta:
type: website type: website
image: image:
url: /assets/images/talks/deploying-php-fabric.png url: /assets/images/talks/deploying-php-fabric.png
width: 1280 width: 2560
height: 800 height: 1440
type: image/png type: image/png
--- ---
Youve 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). Youve 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).