Merge branch 'master' of github.com:tus/tusd

This commit is contained in:
Marius 2016-10-14 10:11:45 +02:00
commit c5d597aa36
2 changed files with 5 additions and 1 deletions

View File

@ -185,6 +185,10 @@ deploy {
ansistrano_deploy_via = "download_unarchive"
ansistrano_group = "ubuntu"
}
tasks {
file = "path=/srv/tusd/shared/logs state=directory owner=syslog group=ubuntu mode=ug+rwX,o= recurse=yes"
name = "tusd | Create and chown shared log dir"
}
tasks {
name = "tusd | Set file attributes"
file = "path={{{config.global.approot}}}/current/tusd_linux_amd64/tusd mode=0755 owner=www-data group=www-data"

View File

@ -1,4 +1,4 @@
FREY_VERSION := 0.3.23
FREY_VERSION := 0.3.25
.PHONY: frey
frey: