Skip to content

Commit

Permalink
dumb mistake excluded toml in deb
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Jun 4, 2015
1 parent e4b7f86 commit 081f0ef
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ drone
*.rice-box.go
*.db
*.txt
*.toml
*.min.js
*_bindata.go
*.toml
!dist/drone/etc/drone/drone.toml

# generate binaries
cmd/drone-agent/drone-agent
Expand Down
36 changes: 36 additions & 0 deletions dist/drone/etc/drone/drone.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[server]
addr = ":80"
cert = ""
key = ""

# [session]
# secret = ""
# expires = ""

[database]
path = "/var/lib/drone/drone.sqlite"

[docker]
cert = ""
key = ""
addr = "unix:///var/run/docker.sock"
swarm = ""

# [service]
# kind = "github"
# base = "https://github.com"
# orgs = []
# open = false
# private = false
# skip_verify = true

# [auth]
# client = ""
# secret = ""
# authorize = "https://github.com/login/oauth/authorize"
# access_token = "https://github.com/login/oauth/access_token"
# request_token = ""

# [agents]
# secret = ""

0 comments on commit 081f0ef

Please sign in to comment.