From 35f4cca62dd66125aa708bed3d5e14956c1c66f4 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 16 Mar 2016 10:56:27 +0000 Subject: [PATCH] Add all deplpyment groups to travis --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29bfb975f..d4e4e1332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,17 @@ deploy: key: notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip bundle_type: zip application: notifications-api - deployment_group: notifications-api-celery + deployment_group: notifications_admin_api_deployment_group + region: eu-west-1 + on: *2 +- provider: codedeploy + access_key_id: AKIAJQPPNM6P6V53SWKA + secret_access_key: *1 + bucket: notifications-api-codedeploy + key: notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip + bundle_type: zip + application: notifications-api + deployment_group: notifications_delivery_api_deployment_group region: eu-west-1 on: *2 - provider: s3