We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067483f commit 2440e09Copy full SHA for 2440e09
.github/workflows/deployment.yml
@@ -7,6 +7,14 @@ on:
7
description: 'Domain name of deployment, before `.demo.community.intersystems.com`'
8
required: true
9
type: string
10
+ memory:
11
+ description: 'Memory for the instance'
12
+ type: string
13
+ default: 512Mi
14
+ port:
15
+ description: 'WebPort for the running instance'
16
+ type: number
17
+ default: 52773
18
secrets:
19
SERVICE_ACCOUNT_KEY:
20
@@ -28,12 +36,6 @@ on:
28
36
29
37
30
38
31
- memory:
32
- description: 'Memory for the instance'
33
- type: string
34
- port:
35
- description: 'WebPort for the running instance'
39
40
env:
41
# Change this section according to your needs
0 commit comments