-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
24 lines (24 loc) · 698 Bytes
/
action.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
name: 'Deploy distribution to Bloomreach(BR) Cloud'
description: 'This action deploys an application distribution to BR Cloud.'
inputs:
brcStack:
description: 'BR Cloud stack name'
required: true
username:
description: 'BR Cloud username'
required: true
password:
description: 'BR Cloud password'
required: true
envName:
description: 'BR Cloud environment name'
required: true
distId:
description: 'BR Cloud distribution id'
required: true
configFilesAsSystemProperties:
description: 'BR Cloud comma separated config files as Java system properties [role: "systemproperty"]'
required: false
runs:
using: 'node12'
main: 'dist/index.js'