forked from webfactory/create-aws-codedeploy-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
19 lines (18 loc) · 669 Bytes
/
action.yml
File metadata and controls
19 lines (18 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: 'webfactory/create-aws-codedeploy-deployment'
description: 'An Action to deploy GitHub repos with AWS CodeDeploy'
inputs:
application:
description: 'AWS CodeDeploy application name; defaults to short repository name'
outputs:
deploymentId:
description: AWS CodeDeployment Deployment-ID of the deployment created
deploymentGroupName:
description: AWS CodeDeployment Deployment Group name used
deploymentGroupCreated:
description: True, if a new deployment group was created; false if an already existing group was used.
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: cast
color: orange