Skip to content

Commit af82de3

Browse files
committed
feat(cloud): adding cloud foundry manifest files
1 parent 14dcaf7 commit af82de3

File tree

8 files changed

+80
-0
lines changed

8 files changed

+80
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-patterns-react-experimental
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-patterns-react-experimental.mybluemix.net
9+
- route: ibmdotcom-patterns-react-experimental-temp.mybluemix.net
10+

packages/patterns-react/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-patterns-react
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-patterns-react.mybluemix.net
9+
- route: ibmdotcom-patterns-react-temp.mybluemix.net
10+
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-react-experimental
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-react-experimental.mybluemix.net
9+
- route: ibmdotcom-react-experimental-temp.mybluemix.net
10+

packages/react/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-react
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-react.mybluemix.net
9+
- route: ibmdotcom-react-temp.mybluemix.net
10+

packages/services/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-services
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-services.mybluemix.net
9+
- route: ibmdotcom-services-temp.mybluemix.net
10+

packages/styles/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: carbon-expressive
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: carbon-expressive.mybluemix.net
9+
- route: carbon-expressive-temp.mybluemix.net
10+

packages/utilities/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-utilities
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-utilities.mybluemix.net
9+
- route: ibmdotcom-utilities-temp.mybluemix.net
10+

packages/vanilla/manifest.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applications:
3+
- name: ibmdotcom-vanilla
4+
path: ./public
5+
memory: 64M
6+
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
7+
routes:
8+
- route: ibmdotcom-vanilla.mybluemix.net
9+
- route: ibmdotcom-vanilla-temp.mybluemix.net
10+

0 commit comments

Comments
 (0)