Sha256: d17990028f66a5dcc264927cc862bef093ea55c4b21efe3107a6dcf8f4097282

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

# Deploying to Specific Platforms

> This document is intended for documenting caveats for deploying in different platforms.
> It's contents are intended to be filled by users, submitting PR with their experiences, this will then be reviewed and merged if found it's indeed a best practice.

* Format of the contribution:

> # Name of the Platform
>
> ## Descriptive title of specific caveat
>
> > Description of the issue
>
> Steps to solve:
>
> 1. Do ...
> 2. Then ...
> 3. After ...
>
> Contributed by @your_username

---

# Netlify

## Requirements for Build

> Minimum requirements for a clean build of a Contentful Middleman app on Netlify

Steps to solve:

1. add `.*-space-hash` to .gitignore
2. add `/data` to .gitignore
3. add a .ruby-version file
4. add a .nvmrc file
5. Netlify Site > Settings > Deploy Settings > Build Command: `middleman contentful --rebuild && middleman build`

> Contributed by @joshRpowell

---

# Placeholder Platform

## Placeholder Caveat

> Placeholder description

Steps to solve:

1. Do ...
2. Then ...
3. After ...

> Contributed by @...

---

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
contentful_middleman-3.0.1 DEPLOYING.md
contentful_middleman-3.0.0 DEPLOYING.md
contentful_middleman-2.1.3 DEPLOYING.md
contentful_middleman-2.1.2 DEPLOYING.md
contentful_middleman-2.1.1 DEPLOYING.md
contentful_middleman-2.1.0 DEPLOYING.md