Update talk content

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 5d967e338c
commit d31410792b
33 changed files with 431 additions and 84 deletions

View file

@ -17,17 +17,25 @@ meta:
height: 1440
type: image/png
events:
- event: nomad_php
- name: Nomad PHP
date: 2017-04-20
time: '19:00 (CET)'
type: 'Lightning talk'
- event: phpsw
url: https://nomadphp.com
online: true
- name: PHP South West
location: Bristol, UK
url: https://phpsw.uk
date: 2017-09-13
joindin: https://joind.in/talk/a5ff3
- event: phpnw_17
- name: PHP North West 2017
location: Manchester, UK
date: 2017-10-01
time: '09:00 - 09:45'
url: http://conference.phpnw.org.uk/phpnw17
joindin: https://joind.in/talk/4e35d
sortable_date: 2017-10-01
---
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).