-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
executable file
·35 lines (33 loc) · 878 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
25
26
27
28
29
30
31
32
33
34
35
name: 'caprover-compose'
description: 'Github Action for deploying multiple apps to Caprover.'
author: 'joseb'
icon: arrow-up-right
color: orange
inputs:
server:
description: 'Caprover server URL, i.e. https://captain.apps.your-domain.com.'
required: true
password:
description: 'Caprover password'
required: true
context:
description: 'The path of app config and def files'
default: '.caprover'
prefix:
description: 'The prefix of app name'
default: 'Generative'
keep:
description: 'Specify whether to keep the deployment or not. If false, the deployment will be deleted.'
default: 'true'
options:
- 'true'
- 'false'
debug:
description: 'Specify whether to output the log in verbose or not.'
default: 'false'
options:
- 'true'
- 'false'
runs:
using: 'docker'
image: 'Dockerfile'