Page MenuHomeDevCentral

D4198.diff
No OneTemporary

D4198.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,15 +7,13 @@
First, the site is bootstraped with the public/ content. It's where the homepage coul be customize.
-Then, it creates subdirectories cloning static content repositories following the instruction of `conf/deploy.json`.
+Then, it creates subdirectories cloning static content repositories following the instruction of `conf/deploy.yaml`.
## To add a subdirectory from a Git repository
-Add a new entry to the `conf/deploy.json` file:
+Add a new entry to the `conf/deploy.yaml` file:
```
-{
- "name": "awesome-app",
- "repo": "https://github.com/awesomeness/awesome-app"
-}
+- name: awesome-app
+ repo: https://github.com/awesomeness/awesome-app
```
diff --git a/conf/deploy.json b/conf/deploy.json
deleted file mode 100644
--- a/conf/deploy.json
+++ /dev/null
@@ -1,4 +0,0 @@
-[{
- "name": "HexGL",
- "repo": "https://github.com/BKcore/HexGL.git"
-}]
diff --git a/conf/deploy.yaml b/conf/deploy.yaml
new file mode 100644
--- /dev/null
+++ b/conf/deploy.yaml
@@ -0,0 +1,2 @@
+- name: HexGL
+ repo: https://github.com/BKcore/HexGL.git

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 31, 03:14 (7 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4048784
Default Alt Text
D4198.diff (1 KB)

Event Timeline