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.