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