Use timestamps for talk dates

This commit is contained in:
Oliver Davies 2019-02-13 01:10:14 +00:00
parent 9337c69aa8
commit bc20b198b5
28 changed files with 65 additions and 64 deletions

View file

@ -8,7 +8,7 @@ tags: [meetup, php, ansible, ansistrano]
events:
-
event: drupal_bristol
date: '2019-01-23'
date: 2019-01-23
---
Great! Youve 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.