Add other times

This commit is contained in:
Oliver Davies 2017-03-19 10:03:16 +00:00
parent 08e4515f12
commit 517972fa1f
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ slides: ~
slides_embed: ~
tags: [meetup, php, fabric]
events:
- { id: nomad_php, date: '2017-04-20', time: '19:00 CEST' }
- { id: nomad_php, date: '2017-04-20', time: '19:00 (CET)' }
---
Youve built your application, 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 (not recommended).