Update talk IDs, use fuzzy dates
This commit is contained in:
parent
bb9c2cf1bd
commit
fde603a767
|
@ -201,8 +201,10 @@ events:
|
||||||
|
|
||||||
- event: drupalcamp-dublin-17
|
- event: drupalcamp-dublin-17
|
||||||
date: '2017-10-20'
|
date: '2017-10-20'
|
||||||
|
fuzzy_date: yes
|
||||||
talk_id: 19
|
talk_id: 19
|
||||||
|
|
||||||
- event: drupalcamp-dublin-17
|
- event: drupalcamp-dublin-17
|
||||||
date: '2017-10-20'
|
date: '2017-10-20'
|
||||||
|
fuzzy_date: yes
|
||||||
talk_id: 17
|
talk_id: 17
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: deploying-drupal-fabric
|
talk_id: 19
|
||||||
title: 'Deploying Drupal (and anything else) with Fabric'
|
title: 'Deploying Drupal (and anything else) with Fabric'
|
||||||
type: Talk
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
|
@ -11,14 +11,9 @@ video:
|
||||||
tags: [meetup, conference, php, fabric, drupal]
|
tags: [meetup, conference, php, fabric, drupal]
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Deploying PHP Applcations with Fabric
|
title: Deploying Drupal with Fabric
|
||||||
description: "You've built your PHP application, now learn how to deploy it with Fabric."
|
description: "You've built your Drupal site, now learn how to deploy it with Fabric."
|
||||||
type: website
|
type: website
|
||||||
image:
|
|
||||||
url: /assets/images/talks/deploying-php-fabric.png
|
|
||||||
width: 1280
|
|
||||||
height: 800
|
|
||||||
type: image/png
|
|
||||||
---
|
---
|
||||||
You’ve built your website, 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).
|
You’ve built your website, 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).
|
||||||
|
|
||||||
|
|
Reference in a new issue