You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
644 B
YAML

name: 'upyun-upx-action'
author: 'YaoKun <yaokun@bwcxtech.com>'
description: 'Deploy your files to upyun using upyun-upx.'
inputs:
UP_BUCKET:
description: '服务名'
required: true
UP_OPERATOR:
description: '操作员'
required: true
UP_OPERATOR_PASSWORD:
description: '操作员密码'
required: true
local_path:
description: 'will put all file under this path'
required: true
default: ./public/*
remote_path:
description: 'files will copy to under remote_path'
required: true
default: /
runs:
using: 'docker'
image: 'Dockerfile'
branding:
color: 'blue'
icon: 'upload-cloud'