Merge branch 'source' into use-bulma

This commit is contained in:
Oliver Davies 2017-08-06 08:57:46 +01:00
commit 4e851429d8
14 changed files with 1399 additions and 584 deletions

View file

@ -13,7 +13,7 @@
{% include 'og' with { og: page.meta.og } %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
<link rel="stylesheet" href="{{ site.url }}/assets/css/site.css">
{% block stylesheets '' %}
{% for size in site.apple_touch_icon_sizes %}

View file

@ -19,6 +19,9 @@ meta:
width: 1280
height: 800
type: image/png
slug: deploying-php-fabric
redirect:
- talks/deploying-php-applications-with-fabric/
---
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).