From cebca61f8e1bfc8d72ecb485d88e004adfd3caa9 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 17 Feb 2016 11:21:49 +0000 Subject: [PATCH] Travis deploy group for delivery version of api --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 446eb43c4..7362b610f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,16 @@ deploy: deployment_group: notifications_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-api-celery + region: eu-west-1 + on: *2 before_deploy: - ./scripts/update_version_file.sh - zip -r notifications-api *