Updated Design: Version Control (markdown)

Nick O'Leary 2016-07-25 16:34:07 +01:00
parent 0180b9f553
commit 79f9e77e4a
1 changed files with 0 additions and 10 deletions

@ -138,16 +138,6 @@ need to be exposed.
via settings - or by well-defined environment variables.
In some environments, such as Bluemix, it isn't possible to administer a git repo
locally outside of the Node-RED process. In this case, the user needs to be able
to configure a git url of an existing, externally hosted, repo that should be used,
as well as a path within the repo at that url. This needs to consider the necessary
authentication options; for example GitHub allows you to use an application token -
this would need to be provided via an environment variable, rather than hardcode
into the application.
# Added Nodes
Target: future