From da9238fff3083bf005e32be7d54e07686fbfd239 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Fri, 23 Aug 2019 14:40:56 +0000 Subject: [PATCH] Add build and deployment info to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ead240fb..87852a67 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,12 @@ A general guide on setting up your microscope, including OpenFlexure eV, can be ## Develop * Clone the repo, and run `npm install` -* Scripts to build, and package Electron apps, are included in `package.json` \ No newline at end of file +* Scripts to build, and package Electron apps, are included in `package.json` + +## Builds and deployment +* Binaries will be built for testing on merge requests, and manual CI triggers + * These builds expire after a week, and are intended for testing only. + +* Binaries will be built **and deployed** when a merge into `stable` completes. + * These binaries will expire on GitLab after a week, but will be permanantly + deployed to http://build.openflexure.org/openflexure-ev \ No newline at end of file