Update slug

This commit is contained in:
Oliver Davies 2017-08-03 20:19:09 +01:00
parent f9cfb64f70
commit 0ff089fd79

View file

@ -19,6 +19,9 @@ meta:
width: 1280
height: 800
type: image/png
slug: deploying-php-fabric
redirect:
- talks/deploying-php-applications-with-fabric/
---
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).