diff --git a/.travis.yml b/.travis.yml index 9fe7dc75..f53756f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,12 @@ deploy: on: all_branches: true tags: true - + - provider: releases + body: "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"