forked from ecloudcontrol/hellonode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappz.yml
More file actions
34 lines (30 loc) · 753 Bytes
/
appz.yml
File metadata and controls
34 lines (30 loc) · 753 Bytes
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
26
27
28
29
30
31
32
33
34
app:
name: Hello Node
code: hellonode
notify: nmeeran@ecloudcontrol.com
build:
version: 0.1
env: DEV
build_file: none
output_files: output/*.zip
image_template: node-14.16
args:
SONARQUBE: enabled
SONAR_LOGIN_TOKEN: $${build.token.sonar}
SONAR_HOST_URL: http://192.168.61.193:31561
SONAR_PROJECT_NAME: AppZNodeProject
SONAR_PROJECT_KEY: AppZNodeProjectKey
SCAN_LANG: node
NODE_MODULES: typescript
NPM_RUN_SCRIPT: "build"
deploy:
context: nashida2210/DEV
replicas: 1
port:
- 8080
- 80
properties:
page_title: "React-bootstrap + nodejs-express App"
##site_url: "https://hellonodejs.appzclient.com/"
revision: 25
page_color: Blue