From fa4f0d9313783d9f64d2d7e7294cfa384d3764ab Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 3 Mar 2016 17:15:20 +0000 Subject: [PATCH] Get the right bucket names --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c9e81a44..550476a3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ deploy: - provider: codedeploy access_key_id: AKIAJ5MKF6G3P2JQP4QQ secret_access_key: *1 - bucket: notifications-api-codedeploy + bucket: staging-notifications-delivery-codedeploy key: notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-api @@ -75,7 +75,7 @@ deploy: - provider: codedeploy access_key_id: AKIAJ5MKF6G3P2JQP4QQ secret_access_key: *1 - bucket: notifications-api-codedeploy + bucket: staging-notifications-api-codedeploy key: notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-api @@ -84,7 +84,7 @@ deploy: - provider: codedeploy access_key_id: AKIAJ5MKF6G3P2JQP4QQ secret_access_key: *1 - bucket: notifications-api-codedeploy + bucket: staging-notifications-admin-api-codedeploy key: notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-api