From 820a9b811e428ff46bba005638f5be1a7e1f613a Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 17 Mar 2016 09:37:10 +0000 Subject: [PATCH] Typo in bucket name --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c49980faa..030da3e0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,12 +50,12 @@ deploy: on: &2 repo: alphagov/notifications-admin branch: live - bucket: live_notifications_admin_deployment_group + bucket: live-notifications-api-codedeploy region: eu-west-1 - provider: codedeploy access_key_id: AKIAJ5MKF6G3P2JQP4QQ secret_access_key: *1 - bucket: staging-notifications-api-codedeploy + bucket: live-notifications-api-codedeploy key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-admin