From 033dd40f4ec9a22038110348a3636ffc4d01161a Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 16 Dec 2015 12:07:11 +0000 Subject: [PATCH] Fixed deployment group in travis codedeploy file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9083dbd7..f65ce67f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ deploy: key: notifications-api.zip bundle_type: zip application: notifications-api - deployment_group: notifications_admin_deployment_group + deployment_group: notifications_api_deployment_group on: *2 before_deploy: - zip -r notifications-api *