Skip to content

ionos-deploy-now/documentation

Repository files navigation

Deploy Now - Documentation

This is the official documentation of IONOS Deploy Now, the hosting platform for instant deployments of static sites and PHP Apps via GitHub. The documentation uses Gridsome with NodeJS v12.22 and is running on IONOS Deploy Now.

Contribute

Found a bug or typo or missing important content? Feel free to open a pull request. We will review it quickly. Are you missing something bigger? Feel free to open a GitHub Issue.

Fork & deploy

Setup

Install dependencies and edit the new .env file.

npm ci
cp .env.example .env

Develop

Run local server.

npm run develop

Content

All content resides in the content directory, where the next directory name decides the contentType. Pages can be created manually or generated with the cli.

npm run cli

Build

Create static build in dist folder.

npm run build