diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index 3ce3cba..e084037 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -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" diff --git a/Makefile b/Makefile index a654832..3d9b55b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FREY_VERSION := 0.3.23 +FREY_VERSION := 0.3.25 .PHONY: frey frey: