Use tables again for talks

This commit is contained in:
Oliver Davies 2018-05-10 00:17:07 +01:00
parent 4fa5cd767d
commit 135de801bc
47 changed files with 186 additions and 476 deletions

View file

@ -1,12 +1,11 @@
---
title: 'Deploying Drupal with Fabric'
type: Talk
slides:
speakerdeck:
id: 40d1eca4bd484afc86295924fff5dd41
ratio: '1.77777777777778'
url: 'https://speakerdeck.com/opdavies/deploying-drupal-and-anything-else-with-fabric'
embed: '<script async class="speakerdeck-embed" data-id="40d1eca4bd484afc86295924fff5dd41" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>'
video:
embed: ~
url: ~
embed: '<script async class="speakerdeck-embed" data-id="" data-ratio="" src="//speakerdeck.com/assets/embed.js"></script>'
tags: [meetup, conference, php, fabric, drupal]
meta:
og:
@ -14,9 +13,11 @@ meta:
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' }
- { event: drupalcamp-london-18, date: '2018-03-03', time: '14:00 - 14:45' }
- 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).