Remove redirect bundle redirects for talks

This commit is contained in:
Oliver Davies 2017-09-11 20:47:19 +01:00
parent 4eb943537e
commit 1609649ce0
17 changed files with 0 additions and 45 deletions

View file

@ -18,8 +18,6 @@ meta:
width: 1280
height: 800
type: image/png
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).