Get the right bucket names

This commit is contained in:
Martyn Inglis
2016-03-03 17:15:20 +00:00
parent cd24dc223f
commit fa4f0d9313

View File

@@ -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