From 39cb8f202dad7500288f7f51108622db2d2cb028 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 Jul 2019 08:37:33 +0100 Subject: [PATCH] Add PHP South Wales talk --- source/_talks/deploying-php-ansible-ansistrano.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md index 6c4cb2b8..d4d0ab22 100644 --- a/source/_talks/deploying-php-ansible-ansistrano.md +++ b/source/_talks/deploying-php-ansible-ansistrano.md @@ -7,9 +7,10 @@ speakerdeck: url: https://speakerdeck.com/opdavies/deploying-php-applications-with-ansible-ansible-vault-and-ansistrano tags: [meetup, php, ansible, ansistrano] events: - - - event: drupal_bristol - date: 2019-01-23 + - event: drupal_bristol + date: 2019-01-23 + - event: php_south_wales + date: 2019-07-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.