From 291c8cf14b2442483152eaa2a3cfea0b83325fd1 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 3 Jan 2018 12:19:32 -0800 Subject: [PATCH] Validate that the master image "works" for some semblance of working locally Fixes #2 --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index a15e22a..12b85d5 100644 --- a/README.adoc +++ b/README.adoc @@ -23,6 +23,7 @@ image itself. . `docker pull codevalet/master:latest` . `docker run -p 8080:80 -e GITHUB_USER=yourgithubname codevalet/master:latest` +. Navigate to link:http://localhost:8080/blue/pipelines[localhost:8080/blue/pipelines] ==== Environment Variables @@ -35,3 +36,5 @@ image itself. * `AZURE_SUBSCRIPTION_ID` Azure subscription ID for agent provisioning * `AZURE_CLIENT_ID` Azure client ID for agent provisioning * `AZURE_CLIENT_SECRET` Azure client secret for agent provisioning. +* `SENTRY_DSN` (_optional_) link:https://sentry.io[Sentry] DSN for sending + error logs.