Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.11 KB

File metadata and controls

34 lines (20 loc) · 1.11 KB

Ponicode Documentation

Prerequisites

Install

npm run install-local

Run locally

npm start

Deployment

Deployment is managed by Netlify, using @BeFunes's personal account (in order to keep the plan free).

Preprod

Deployment on ponicode-docs-dev.netlify.app is triggered by any push on dev in the repository OTHER_docs.

The CCI Workflow deploy_preprod copies the content of this repo into OTHER_docs (dev branch), thus triggering deployment.

Prod

Deployment on docs.ponicode.com is triggered by any push on master in the repository OTHER_docs.

The CCI Workflow deploy_prod copies the content of this repo into OTHER_docs (master branch), thus triggering deployment.