-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
73 lines (69 loc) · 2.07 KB
/
Copy pathaction.yml
File metadata and controls
73 lines (69 loc) · 2.07 KB
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
63
64
65
66
67
68
69
70
71
72
73
name: 'Hyphen Deploy'
description: 'Run a Hyphen deployment. Requires the Hyphen CLI to be installed'
author: 'Hyphen AI, inc'
branding:
icon: 'upload-cloud'
color: 'orange'
inputs:
deploymentId:
description:
'Specific deployment ID to run (e.g. depl_abc123). If omitted, deploys the
development environment auto-detected from project config.'
required: false
environment:
description:
'Environment to deploy (maps to --env). Defaults to the environment
flagged as the development type.'
required: false
project:
description:
'Project to deploy (maps to --project). Defaults to project_id from .hx
config.'
required: false
organization:
description: 'Organization ID (maps to -o / --organization).'
required: false
apps:
description:
'Comma-separated list of apps to deploy, each optionally specifying a
build (e.g. "app1,app2:latest,app3:abld_xxx").'
required: false
noBuild:
description: 'Skip the build step and use the latest build.'
required: false
default: 'false'
dockerfile:
description:
'Path to Dockerfile (e.g. ./Dockerfile or ./docker/Dockerfile.prod).'
required: false
preview:
description: 'Preview name to deploy to (maps to -r / --preview).'
required: false
prefix:
description:
'Host prefix for the preview deployment (maps to -x / --prefix).'
required: false
path:
description:
'Path, if changed from the default, where the repository has been cloned.'
required: false
verbose:
description: 'Enable verbose logging.'
required: false
default: 'false'
outputs:
deployment-id:
description: 'The deployment ID that was run.'
run-id:
description: 'The deployment run ID.'
deployment-url:
description: 'URL to the deployment run in the Hyphen dashboard.'
status:
description:
'Final status of the deployment run (succeeded | failed | canceled).'
reason:
description:
'Failure reason when status is not "succeeded". Empty on success.'
runs:
using: node20
main: dist/index.js