-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
62 lines (62 loc) · 1.6 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: Convox Multitool
description: Convox CLI interface
author: Beast Awakens
icon: cloud
color: blue
inputs:
action:
description: Convox command to action
required: true
type: choice
options:
- build
- build-migrate
- create
- deploy
- destroy
- find-release
- login
- login-user
- promote
- run
- scale
password:
description: Convox deploy key value
host:
description: Convox Console host address
required: false
default: console.convox.com
token:
description: Convox Console token value
rack:
description: Convox Rack name
app:
description: Convox app name
destination-app:
description: Convox destination app name for build migration
destination-rack:
description: Convox destination rack name for build migration
description:
description: Convox build description
cached:
description: Whether to utilise the docker cache during the build
required: false
default: true
manifest:
description: Use a custom path for your convox.yml
required: false
release:
description: ID of the release to promote. Only needed if you have not run a build step first or you wish to override the release id from the build
required: false
service:
description: The service to run the command against
command:
description: The command to be run
count:
description: The number of instances to scale to
outputs:
release:
description: Release ID of the created build
runs:
using: 'docker'
image: 'docker://beastawakens/action-convox-multi-slim:v1.0.20'