Created by: MishaJexia
This PR adds Runme button-label to run the project from latest commit with one click.
How it works:
- Runme clones the repository and builds a docker image for latest commit;
- deploys docker image to k8s cluster;
- creates domain with SSL certificate;
- shows web application;
- destroys app instance after 10 minutes.
You can find detailed information on how this works here. The small demo you can find here.
Why I would like to offer this?
- Runme is a perfect solution to demonstrate the current state of code/repository, anybody can just click the button and see the state;
- Runme totally free, we love open source projects and want to support them;
- Runme has only one limit: you can run one commit no more than once every 5 minutes; Feel free to ask any future questions.