diff --git a/app/config/data/events.yml b/app/config/data/events.yml index 4422e9c6e..a6eb79188 100644 --- a/app/config/data/events.yml +++ b/app/config/data/events.yml @@ -14,6 +14,10 @@ events: location: Lisbon, Portugal url: http://lisbon2018.drupaldays.org + drupal_edinburgh: + name: Drupal Edinburgh + url: https://www.meetup.com/Drupal-Edinburgh + drupal_somerset: name: Drupal Somerset location: Glastonbury, UK diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index 12fcefd4f..4891fae29 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -16,6 +16,9 @@ events: date: 2019-07-23 - event: drupalcon_eu_19 date: 2019-10-30 + - event: drupal_edinburgh + date: 2019-12-12 + online: true --- Great! 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 which is not ideal.