Different syntax

This commit is contained in:
Oliver Davies 2017-10-31 19:24:35 +00:00
parent 17613d61ce
commit 73fb39cde5
19 changed files with 26 additions and 64 deletions

View file

@ -14,11 +14,8 @@ 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-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).