mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Setting s3 key to be git commit and zip file
This commit is contained in:
@@ -30,13 +30,13 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on: &2
|
on: &2
|
||||||
repo: alphagov/notifications-admin
|
repo: alphagov/notifications-admin
|
||||||
bucket: notifications-admin-codedeploy
|
bucket: notifications-admin-codedeploy/$TRAVIS_COMMIT
|
||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
- provider: codedeploy
|
- provider: codedeploy
|
||||||
access_key_id: AKIAJQPPNM6P6V53SWKA
|
access_key_id: AKIAJQPPNM6P6V53SWKA
|
||||||
secret_access_key: *1
|
secret_access_key: *1
|
||||||
bucket: notifications-admin-codedeploy
|
bucket: notifications-admin-codedeploy/$TRAVIS_COMMIT
|
||||||
key: notifications-admin-$TRAVIS_COMMIT.zip
|
key: notifications-admin.zip
|
||||||
bundle_type: zip
|
bundle_type: zip
|
||||||
application: notifications-admin
|
application: notifications-admin
|
||||||
deployment_group: notifications_admin_deployment_group
|
deployment_group: notifications_admin_deployment_group
|
||||||
|
|||||||
Reference in New Issue
Block a user