Refactor events and talks

This commit is contained in:
Oliver Davies 2017-07-09 09:15:27 +01:00
parent af663e2397
commit 20c8f2d834
29 changed files with 309 additions and 251 deletions

View file

@ -1,4 +1,5 @@
---
id: deploying-php-with-fabric
title: Deploying PHP Applications with Fabric
type: Talk
slides:
@ -18,9 +19,6 @@ meta:
width: 1280
height: 800
type: image/png
events:
- { id: nomad_php, date: '2017-04-20', time: '19:00 (CET)' }
- { id: phpnw-17, date: '2017-09', fuzzy_date: true }
---
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).