From ecb1cdf2f12afe33f03315135e2d8c79c359001c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 18 Jan 2019 14:39:16 +0000 Subject: [PATCH] Add Drupal Bristol --- source/_talks/deploying-php-ansible-ansistrano.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index cfad1cf8..ffbd86e3 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -1,11 +1,14 @@ --- title: Deploying PHP applications with Ansible, Ansible Vault and Ansistrano -events: [] speakerdeck: id: ~ ratio: ~ url: ~ tags: [meetup, php, ansible, ansistrano] +events: + - + event: drupal_bristol + date: 2019-01-23 --- 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.