Plume-org / plume-ci

Experimental script to automatically deploy test instance for each proposed PR.

Home Page:https://pr-list.joinplu.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plume CI

Experimental script to automatically deploy test instance for each proposed PR.

To execute:

sudo docker pull plumeorg/plume-buildenv:v0.0.5 # First time only
sudo ./bash.sh

How does it work?

  • The sqlite build is uploaded to the joinplu.me server for each new PR (by Circle CI)
  • This script waits for new uploads.
  • When a new build is uploaded, this script starts a Docker container that runs it
  • A Caddyfile is generated to make the test instances accessible from the outside

About

Experimental script to automatically deploy test instance for each proposed PR.

https://pr-list.joinplu.me

License:GNU General Public License v3.0


Languages

Language:JavaScript 62.2%Language:CSS 27.0%Language:Shell 7.3%Language:HTML 3.5%