From a3f8592d4f74debaa0f344766fd5bf1500ae85e0 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 15 Sep 2016 23:04:49 +0200 Subject: [PATCH] Upgrade deploy to 0.5.2 --- .infra/Freyfile.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index ba7bcbd..63c51e1 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -166,7 +166,7 @@ deploy { name = "Deploy tusd" roles { role = "{{{init.paths.roles_dir}}}/deploy/v1.4.0" - ansistrano_get_url = "https://github.com/tus/tusd/releases/download/0.1.2/tusd_linux_amd64.tar.gz" + ansistrano_get_url = "https://github.com/tus/tusd/releases/download/0.5.2/tusd_linux_amd64.tar.gz" ansistrano_deploy_to = "{{{config.global.approot}}}" ansistrano_deploy_via = "download_unarchive" ansistrano_group = "ubuntu"