From 023d50ee865a5b886423c80cdac6a813228bb320 Mon Sep 17 00:00:00 2001 From: law-lin Date: Fri, 15 May 2020 22:33:15 -0400 Subject: [PATCH 1/4] add link to image --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fe7dc75..52983886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,8 @@ deploy: on: all_branches: true tags: true - + body: http://download.treehouses.io/$image_path + after_deploy: - "echo Download url: http://download.treehouses.io/$image_path" From 13c86c2b3d2af3c8f65e604567093107d5888684 Mon Sep 17 00:00:00 2001 From: law-lin Date: Fri, 15 May 2020 23:23:09 -0400 Subject: [PATCH 2/4] add link to image --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52983886..8864a707 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,10 @@ deploy: on: all_branches: true tags: true - body: http://download.treehouses.io/$image_path + - provider: releases + release_notes: "Link to image: http://download.treehouses.io/$image_path" + on: + tags: true after_deploy: - "echo Download url: http://download.treehouses.io/$image_path" From 32edb33ee73c84e855afee203480cfa88020c48b Mon Sep 17 00:00:00 2001 From: law-lin Date: Sat, 16 May 2020 00:01:40 -0400 Subject: [PATCH 3/4] add release_notes and repo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8864a707..36fb3e40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,7 @@ deploy: release_notes: "Link to image: http://download.treehouses.io/$image_path" on: tags: true + repo: treehouses/builder after_deploy: - "echo Download url: http://download.treehouses.io/$image_path" From 4a1d3475332d50b7518e97cb8906de90e051913c Mon Sep 17 00:00:00 2001 From: law-lin Date: Wed, 20 May 2020 18:39:49 -0400 Subject: [PATCH 4/4] change release_notes to body --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36fb3e40..f53756f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ deploy: all_branches: true tags: true - provider: releases - release_notes: "Link to image: http://download.treehouses.io/$image_path" + body: "Link to image: http://download.treehouses.io/$image_path" on: tags: true repo: treehouses/builder