Update image dimensions
This commit is contained in:
parent
aa121e3e66
commit
c5ca62b757
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue