diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index dffaee49..b225d760 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -187,6 +187,11 @@ events: location: London, UK website: http://drupalcamp.london + drupalcamp-london-18: + name: DrupalCamp London 2018 + location: London, UK + website: http://drupalcamp.london + drupalcamp-north-15: name: DrupalCamp North 2015 location: Sunderland, UK diff --git a/source/_talks/deploying-drupal-fabric.md b/source/_talks/deploying-drupal-fabric.md index 8af26aa0..7059ea52 100644 --- a/source/_talks/deploying-drupal-fabric.md +++ b/source/_talks/deploying-drupal-fabric.md @@ -16,6 +16,7 @@ meta: 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' } --- You’ve 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).