Experimental script to automatically deploy test instance for each proposed PR.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Baptiste Gelez af48332cc1
Add the bad code license
this repo is now double licensed : gplv3 + bad code
преди 5 години
logs Delete 540 преди 5 години
static add scroll bar when logs are too wide преди 5 години
.env.template First version преди 5 години
.gitignore improve script and add front end преди 5 години
Caddyfile.base add log viewer преди 5 години
Caddyfile.template Kill old containers (fix #1) преди 5 години
LICENSE Add a license (GPL 3.0) преди 5 години
LICENSE-bad-code.md Add the bad code license преди 5 години
README.md A bit more complete readme преди 5 години
bash.sh use plm for migrations (#6) преди 5 години
handle_ws.sh add log viewer преди 5 години

README.md

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