From 8b6c43caddc90ad77a2f140281d26dc1fa80d274 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 Jul 2019 23:04:39 +0100 Subject: [PATCH] Add DrupalCon talk --- data/events.yml | 5 +++++ source/_talks/deploying-php-ansible-ansistrano.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/data/events.yml b/data/events.yml index f650a42e..866353fa 100644 --- a/data/events.yml +++ b/data/events.yml @@ -62,6 +62,11 @@ events: location: Sunderland, UK url: http://drupalcampnorth.org + drupalcon_eu_19: + name: DrupalCon Europe 2019 + location: Amsterdam, Netherlands + url: https://events.drupal.org/amsterdam2019 + nomad_php: name: Nomad PHP url: https://nomadphp.com diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index d4d0ab22..670aa8ef 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -11,6 +11,8 @@ events: date: 2019-01-23 - event: php_south_wales date: 2019-07-23 + - event: drupalcon_eu_19 + date: 2019-10-30 --- 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.