Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8962

Added runme for demo purpose.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/runme-io/master into master May 05, 2020
  • Overview 6
  • Commits 6
  • Pipelines 0
  • Changes 3

Created by: MishaJexia

This PR adds Runme button-label Runme to run the project from latest commit with one click.

How it works:

  1. Runme clones the repository and builds a docker image for latest commit;
  2. deploys docker image to k8s cluster;
  3. creates domain with SSL certificate;
  4. shows web application;
  5. 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.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/runme-io/master