diff --git a/app/config/data/events.yml b/app/config/data/events.yml index a6eb7918..81b9a6c3 100644 --- a/app/config/data/events.yml +++ b/app/config/data/events.yml @@ -4,6 +4,11 @@ events: location: Cardiff, UK url: https://blueconf.co.uk + bristol_devops: + name: Bristol Cloud Native & DevOps + location: Bristol, UK + url: https://www.meetup.com/Bristol-Cloud-Native-DevOps + drupal_bristol: name: Drupal Bristol location: Bristol, UK diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index 4891fae2..211b2470 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -19,6 +19,8 @@ events: - event: drupal_edinburgh date: 2019-12-12 online: true + - event: bristol_devops + date: 2020-01-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.