moved to central copy function

This commit is contained in:
Brad Rydzewski
2015-05-17 19:25:53 -07:00
parent c828c706cb
commit 73ed4f08d5
9 changed files with 144 additions and 230 deletions

View File

@@ -28,6 +28,11 @@ concat:
cmd/drone-server/static/scripts/controllers/*.js \
cmd/drone-server/static/scripts/term.js > cmd/drone-server/static/scripts/drone.min.js
# installs the drone binaries into bin
install:
install -t /usr/local/bin bin/drone
install -t /usr/local/bin bin/drone-agent
# embeds all the static files directly
# into the drone binary file
bindata: