File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deployer
22
3+ ###
4+
351 . Listen to new GitHub deployments
4- 2 . Create pending GitHub deployment status
5- 3 . Deploy application to locally installed dokku
6+ 2 . Create pending GitHub deployment status and empty Gist
7+ 3 . Deploy application to dokku and update Gist
684 . Create success/failure Github deployment status
795 . Sleep
8106 . Go to step #1
911
12+ ## Usage
13+
14+ ``` bash
15+ deployer -h
16+ ```
17+
18+ ```
19+ -app string
20+ Dokku application name (required)
21+ -env string
22+ Github deployment environment (required)
23+ -org string
24+ GitHub org (required)
25+ -p string
26+ GitHub password (required)
27+ -repo string
28+ GitHub repo (required)
29+ -sleep int
30+ Time to sleep between loops (defaults to 30 seconds) (default 30)
31+ -u string
32+ GitHub username (required)
33+ ```
34+
35+ ## Build
36+
1037``` bash
1138make
12- ./deployer -h
1339```
You can’t perform that action at this time.
0 commit comments