Re-order talks

This commit is contained in:
Oliver Davies 2017-10-27 20:21:16 +01:00
parent 33a8eff77a
commit d38d6be307
27 changed files with 264 additions and 358 deletions

View file

@ -1,5 +1,4 @@
---
talk_id: 19
title: 'Deploying Drupal with Fabric'
type: Talk
slides:
@ -14,6 +13,12 @@ meta:
title: Deploying Drupal with Fabric
description: "You've built your Drupal site, now learn how to deploy it with Fabric."
type: website
events:
- event: drupalcamp-dublin-17
date: '2017-10-20'
time: '15:00 - 15:40'
- event: drupal-somerset
date: '2017-10-26'
---
Youve built your website, 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).