Re-add Nomad PHP talk

This commit is contained in:
Oliver Davies 2017-03-19 09:11:09 +00:00
parent bb5ff245e5
commit cc3de08ce6
4 changed files with 45 additions and 13 deletions

View file

@ -1,11 +1,13 @@
---
title: Deploying PHP Applications with Fabric
type: Lightning talk
location: Nomad PHP
slides: ~
slides_embed: ~
tags: [meetup, php, fabric]
draft: true
events: []
events:
- { id: nomad_php, date: '2017-04-20', time: '19:00 CEST' }
---
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).