Skip to content

Commit 6546ae4

Browse files
committed
update readme [ci skip]
1 parent 3885da6 commit 6546ae4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ Example Config:
217217
"branch": "test" // if not specified, defaults to master
218218
}
219219
},
220-
220+
221221
// pass environment variables to all apps
222222
"env": {
223223
"SERVER_NAME": "Commodore",
224224
"CERT_DIR": "/path/to/certs"
225-
}
225+
}
226226
}
227227
```
228228

@@ -276,11 +276,16 @@ The API methods follow a conventional error-first callback style. Refer to the s
276276

277277
Ready to go docker images:
278278

279-
* [alpine linux](https://github.com/coderofsalvation/docker.alpine.nodejs.pod)
279+
* [alpine linux](https://github.com/coderofsalvation/docker.alpine.nodejs.pod)
280280
* [ubuntu linux](https://github.com/raiscui/docker-pod)
281281

282282
## Changelog
283283

284+
### 0.9.0
285+
286+
- Support `env` option in `.podrc` which passes environment variables to all apps managed by pod.
287+
- Fixed GitHub ping event error when using remote GitHub repo.
288+
284289
### 0.8.6
285290

286291
- Added support for Bitbucket webhooks.

0 commit comments

Comments
 (0)