-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
30 lines (29 loc) · 868 Bytes
/
action.yml
File metadata and controls
30 lines (29 loc) · 868 Bytes
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
name: "Deployment"
description: "Automatically deploy your applications to your deployment server"
author: "Duxcore"
inputs:
config:
description: "The configuration path"
default: ".deployment.json"
required: false
deployment-url:
description: "The URL that the payload is deployed to."
required: true
service-id:
description: "The id of the service you want to deploy."
required: true
service-secret:
description: "The secret of the service you want to deploy."
required: true
api-bearer:
description: "The bearer id of the api credentials."
required: true
api-secret:
description: "The api secret that authorizes the api bearer."
required: true
branch:
description: "The branch that contains the most up to date configuration"
required: false
runs:
using: "node16"
main: "dist/index.js"