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