reverted back to original sqlite database location

This commit is contained in:
Brad Rydzewski
2014-07-13 16:04:10 -07:00
parent 5d00c3f6ce
commit c20f563330
4 changed files with 4 additions and 79 deletions

View File

@@ -45,6 +45,8 @@ lessc:
# creates a debian package for drone to install
# `sudo dpkg -i drone.deb`
deb:
mkdir -p debian/drone/usr/local/bin
mkdir -p debian/drone/var/lib/drone
dpkg-deb --build debian/drone
deploy: