Update talk content

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 5d967e338c
commit d31410792b
33 changed files with 431 additions and 84 deletions

View file

@ -6,18 +6,21 @@ speakerdeck:
ratio: '1.77777777777778'
url: 'https://speakerdeck.com/opdavies/deploying-drupal-and-anything-else-with-fabric'
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:
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
- name: DrupalCamp Dublin 2017
location: Dublin, Ireland
url: http://2017.drupal.ie
date: 2017-10-20
time: '15:00 - 15:40'
- event: drupal_somerset
- name: Drupal Somerset
date: 2017-10-26
sortable_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).