From 5c732ae86863e9bbb261625f6e166fecd5ce28e0 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 11 Jan 2016 12:42:06 +0000 Subject: [PATCH] Setting s3 key to be git commit and zip file --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index edb5ed250..b1623b825 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,13 +30,13 @@ deploy: skip_cleanup: true on: &2 repo: alphagov/notifications-admin - bucket: notifications-admin-codedeploy + bucket: notifications-admin-codedeploy/$TRAVIS_COMMIT region: eu-west-1 - provider: codedeploy access_key_id: AKIAJQPPNM6P6V53SWKA secret_access_key: *1 - bucket: notifications-admin-codedeploy - key: notifications-admin-$TRAVIS_COMMIT.zip + bucket: notifications-admin-codedeploy/$TRAVIS_COMMIT + key: notifications-admin.zip bundle_type: zip application: notifications-admin deployment_group: notifications_admin_deployment_group