File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -217,12 +217,12 @@ Example Config:
217
217
" branch" : " test" // if not specified, defaults to master
218
218
}
219
219
},
220
-
220
+
221
221
// pass environment variables to all apps
222
222
" env" : {
223
223
" SERVER_NAME" : " Commodore" ,
224
224
" CERT_DIR" : " /path/to/certs"
225
- }
225
+ }
226
226
}
227
227
```
228
228
@@ -276,11 +276,16 @@ The API methods follow a conventional error-first callback style. Refer to the s
276
276
277
277
Ready to go docker images:
278
278
279
- * [ alpine linux] ( https://github.com/coderofsalvation/docker.alpine.nodejs.pod )
279
+ * [ alpine linux] ( https://github.com/coderofsalvation/docker.alpine.nodejs.pod )
280
280
* [ ubuntu linux] ( https://github.com/raiscui/docker-pod )
281
281
282
282
## Changelog
283
283
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
+
284
289
### 0.8.6
285
290
286
291
- Added support for Bitbucket webhooks.
You can’t perform that action at this time.
0 commit comments