mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 12:38:25 -04:00
Fix code deploy names
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -30,16 +30,16 @@ deploy:
|
|||||||
on: &2
|
on: &2
|
||||||
repo: alphagov/notifications-admin
|
repo: alphagov/notifications-admin
|
||||||
branch: staging
|
branch: staging
|
||||||
bucket: staging-notifications-api-codedeploy
|
bucket: staging-notifications-admin-codedeploy
|
||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
- provider: codedeploy
|
- provider: codedeploy
|
||||||
access_key_id: AKIAJ5MKF6G3P2JQP4QQ
|
access_key_id: AKIAJ5MKF6G3P2JQP4QQ
|
||||||
secret_access_key: *1
|
secret_access_key: *1
|
||||||
bucket: staging-notifications-api-codedeploy
|
bucket: staging-notifications-admin-codedeploy
|
||||||
key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip
|
key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip
|
||||||
bundle_type: zip
|
bundle_type: zip
|
||||||
application: notifications-admin
|
application: notifications-admin
|
||||||
deployment_group: notifications_admin_deployment_group
|
deployment_group: staging_admin_deployment_group
|
||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
on: *2
|
on: *2
|
||||||
- provider: s3
|
- provider: s3
|
||||||
@@ -51,16 +51,16 @@ deploy:
|
|||||||
on: &2
|
on: &2
|
||||||
repo: alphagov/notifications-admin
|
repo: alphagov/notifications-admin
|
||||||
branch: live
|
branch: live
|
||||||
bucket: live-notifications-api-codedeploy
|
bucket: live-notifications-admin-codedeploy
|
||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
- provider: codedeploy
|
- provider: codedeploy
|
||||||
access_key_id: AKIAJ5MKF6G3P2JQP4QQ
|
access_key_id: AKIAJ5MKF6G3P2JQP4QQ
|
||||||
secret_access_key: *1
|
secret_access_key: *1
|
||||||
bucket: live-notifications-api-codedeploy
|
bucket: live-notifications-admin-codedeploy
|
||||||
key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip
|
key: notifications-admin-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip
|
||||||
bundle_type: zip
|
bundle_type: zip
|
||||||
application: notifications-admin
|
application: notifications-admin
|
||||||
deployment_group: live_notifications_admin_deployment_group
|
deployment_group: live_admin_deployment_group
|
||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
on: *2
|
on: *2
|
||||||
- provider: s3
|
- provider: s3
|
||||||
|
|||||||
Reference in New Issue
Block a user