Different syntax

This commit is contained in:
Oliver Davies 2017-10-31 19:24:35 +00:00
parent 17613d61ce
commit 73fb39cde5
19 changed files with 26 additions and 64 deletions

View file

@ -18,17 +18,9 @@ meta:
height: 1440
type: image/png
events:
- event: nomad-php
date: '2017-04-20'
time: '19:00 (CET)'
type: 'Lightning talk'
- event: phpsw
date: '2017-09-13'
feedback: https://joind.in/talk/a5ff3
- event: phpnw17
date: '2017-10-01'
time: '09:00 - 09:45'
feedback: 'https://joind.in/talk/4e35d'
- { event: nomad-php, date: '2017-04-20', time: '19:00 (CET)', type: 'Lightning talk' }
- { event: phpsw, date: '2017-09-13', feedback: https://joind.in/talk/a5ff3 }
- { event: phpnw17, date: '2017-10-01', time: '09:00 - 09:45', feedback: https://joind.in/talk/4e35d }
---
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).