-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
37 lines (37 loc) · 1 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
name: "Deploy Review App to Ptah.sh"
description: "Launches a new review app deployment to the Docker Swarm cluster managed by Ptah.sh"
inputs:
githubToken:
description: "GitHub token for authentication"
required: true
apiKey:
description: "API Key for authentication"
required: true
service:
description: "The service to deploy"
required: true
ref:
description: "The reference to the branch, commit or pull request"
required: true
refUrl:
description: "The URL to the reference"
required: true
process:
description: "YAML object containing process configuration"
required: true
worker:
description: "YAML object containing worker configuration"
required: true
serverAddress:
description: "Custom server address (optional)"
required: false
default: "https://ctl.ptah.sh"
outputs:
deploymentId:
description: "The ID of the initiated deployment"
runs:
using: node20
main: "dist/index.js"
branding:
icon: 'upload-cloud'
color: 'blue'