Skip to content

Commit b07ba34

Browse files
committed
Update readme
1 parent 68f2650 commit b07ba34

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
# Deployer
22

3+
###
4+
35
1. 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
68
4. Create success/failure Github deployment status
79
5. Sleep
810
6. 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
1138
make
12-
./deployer -h
1339
```

0 commit comments

Comments
 (0)