Skip to content

Commit 50c93fd

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Reformat mainfest file
1 parent 078d37c commit 50c93fd

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

manifest.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
name: analytics-reporter-api
3-
# We're pinning the buildpack temporarily to a version that supports Node 10.x
4-
# Support for those versions was removed in v1.7.53 of the buildpack:
5-
# https://github.com/cloudfoundry/nodejs-buildpack/releases/tag/v1.7.53
6-
# TODO - update the app to use a newer (still supported) version of Node
7-
buildpack: https://github.com/cloudfoundry/nodejs-buildpack
8-
memory: 128M
9-
instances: 2
10-
command: "chmod +x ./entrypoint.sh && ./entrypoint.sh && npm start"
11-
services:
12-
- analytics-reporter-database
13-
stack: cflinuxfs4
2+
applications:
3+
- name: analytics-reporter-api
4+
buildpack: https://github.com/cloudfoundry/nodejs-buildpack
5+
memory: 128M
6+
instances: 2
7+
command: "chmod +x ./entrypoint.sh && ./entrypoint.sh && npm start"
8+
services:
9+
- analytics-reporter-database
10+
stack: cflinuxfs4

0 commit comments

Comments
 (0)