From a012fb742231e5a145d50b210da1ab2765fc67c2 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 11 Jan 2016 14:38:12 +0000 Subject: [PATCH] Updated travis to have build numbers etc on deloyed artifact --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aab1034b0..0e3aa6a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ deploy: access_key_id: AKIAJQPPNM6P6V53SWKA secret_access_key: *1 bucket: notifications-admin-codedeploy - key: notifications-admin.zip + key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-admin deployment_group: notifications_admin_deployment_group