wrangler-action/action.yml

18 lines
534 B
YAML
Raw Normal View History

2019-10-15 18:18:29 +02:00
name: 'Deploy to Cloudflare Workers with Wrangler'
2019-10-15 17:14:20 +02:00
branding:
icon: 'upload-cloud'
color: 'orange'
2019-10-15 18:18:29 +02:00
description: 'Deploy your Cloudflare Workers applications and sites directly from GitHub, using Wrangler'
2019-10-07 21:41:21 +02:00
runs:
using: 'docker'
image: 'Dockerfile'
2019-10-11 21:25:47 +02:00
inputs:
apiKey:
2019-10-11 21:25:47 +02:00
description: "Your Cloudflare API Key"
required: true
email:
2019-10-11 21:25:47 +02:00
description: "Your Cloudflare Email"
required: true
environment:
description: "The environment you'd like to publish your Workers project to - must be defined in wrangler.toml"