From 6b806f6cb8d44969c4ba7ce97cdbe253a69fdf47 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 1 May 2020 05:51:10 -0700 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md => Development.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename Deployment.md => Development.md (81%) diff --git a/Deployment.md b/Development.md similarity index 81% rename from Deployment.md rename to Development.md index d6c546b..c5b46de 100644 --- a/Deployment.md +++ b/Development.md @@ -1,7 +1,11 @@ +# Useful Code +- [handlers/routes.go](https://github.com/statping/statping/blob/master/handlers/routes.go) - Contains all the HTTP request routes + +# Deployment Process Statping is a pretty cool server for monitoring your services. The way we deploy might be a little cooler though. Statping is using the most bleeding edge technology to release updates and distribute binary files automatically. 1. Source code commits get pushed to Github -2. [Rice](https://github.com/GeertJohan/go.rice) will compile all the static assets into 1 file (rice-box.go in source) +2. [go.rice](https://github.com/GeertJohan/go.rice) will compile all the static assets into 1 file (rice-box.go in source) 3. SASS will generate a compiled version of the CSS. 4. Statping Help page is generated by cloning the Wiki repo using `go generate`. 5. Travis-CI tests the Golang application.