magpie-ea / magpie-modules

the reusable front-end bits in the _magpie modules
MIT License
7 stars 1 forks source link

Continuous deployment of examples using netlify #32

Closed JannisBush closed 5 years ago

JannisBush commented 5 years ago

The GitHub pages deployment is not really usable anymore, because of npm.

Using netlify, we can deploy the examples cleanly, because we can add build scripts, e.g. npm install. The upload/traffic limits are very similar to GitHub pages and you can log in via your GitHub. For now, I uploaded the examples manually to netlify (a simple drag&drop action), but it also supports continuous deployment from GitHub.

Do we want to use this service? We would have to authorize netlify to have access to babe-project repositories.

JannisBush commented 5 years ago

We are now using this service.