diff --git a/app/config/data/events.yml b/app/config/data/events.yml index 8349648d..e08cd80d 100644 --- a/app/config/data/events.yml +++ b/app/config/data/events.yml @@ -32,6 +32,11 @@ events: name: Drupal Somerset location: Glastonbury, UK + drupal_yorkshire: + name: Drupal Yorkshire + location: Leeds, UK + url: https://www.meetup.com/DrupalYorkshire + drupalcamp_brighton_15: name: DrupalCamp Brighton 2015 location: Brighton, UK diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index 6e9c4605..260094f9 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -28,6 +28,9 @@ events: - event: cms_philly_20 date: 2020-05-01 remote: true + - event: drupal_yorkshire + date: 2020-05-21 + remote: true --- Great! You’ve built your website, and now you just need to deploy it. There are