forked from cloudfoundry/cf-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbits-service-s3.yml
25 lines (25 loc) · 961 Bytes
/
bits-service-s3.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
- type: replace
path: /instance_groups/name=api/jobs/name=bits-service/properties/bits-service/app_stash
value:
directory_key: "((resource_directory_key))"
fog_connection: &aws-config
provider: "AWS"
aws_access_key_id: "((blobstore_access_key_id))"
aws_secret_access_key: "((blobstore_secret_access_key))"
region: "((aws_region))"
- type: replace
path: /instance_groups/name=api/jobs/name=bits-service/properties/bits-service/buildpacks
value:
directory_key: "((buildpack_directory_key))"
fog_connection: *aws-config
- type: replace
path: /instance_groups/name=api/jobs/name=bits-service/properties/bits-service/droplets
value:
directory_key: "((droplet_directory_key))"
fog_connection: *aws-config
- type: replace
path: /instance_groups/name=api/jobs/name=bits-service/properties/bits-service/packages
value:
directory_key: "((app_package_directory_key))"
fog_connection: *aws-config