-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
26 lines (26 loc) · 734 Bytes
/
action.yaml
File metadata and controls
26 lines (26 loc) · 734 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
name: 'Deploy Hexo to Tencent Cloudbase environment'
description: 'Build hexo source code and upload it to Tencent cloud static website hosting'
author: 'elfisworking'
inputs:
cloud_secret_id:
description: 'cloud development secretId'
required: true
cloud_secret_key:
description: cloud development secretKey'
required: true
cloud_env_id:
description: 'cloud development environment Id'
required: true
outputs:
notify: # id of output
description: 'The notification of deployment result'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.cloud_secret_id }}
- ${{ inputs.cloud_secret_key }}
- ${{ inputs.cloud_env_id}}
branding:
icon: 'upload-cloud'
color: 'white'