1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

make run now puts db in pwd, not /tmp. got sick of starting from scratch

This commit is contained in:
Brad Rydzewski 2014-02-15 18:57:34 -07:00
parent 4b412d3a26
commit 43e5164426

View File

@ -76,4 +76,4 @@ dpkg:
dpkg-deb --build deb/drone
run:
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
bin/droned --port=":8080" --datasource="drone.sqlite"