An open source static website deployment platform.
Inspired by Travis-CI and Github Pages, Melang aims to be a framework-agnostic tool for distributed build and deployment of precompiled webapps and other static sites. Initially Melang will support only ruby frameworks.
- The system checks out the git commit to be deployed.
- Use Bundler to install the project's dependencies.
- Run the specified build command.
- The build output folder is published to distributed storage.
- Each compiled site is placed in an object storage bucket. Currently Google Cloud Storage is supported.
- Files are distributed via CDN.
Because ftp-ing to shared hosting isn't much fun. See HN discussion on other static hosting options.
Melang is released under the MIT License.

