1
0
mirror of https://github.com/alrayyes/wercker-surge-deploy-step synced 2023-11-13 18:16:40 +00:00
wercker-surge-deploy-step/wercker-step.yml
2016-10-04 23:06:37 +02:00

20 lines
336 B
YAML

name: surge-deploy
version: 0.1.3
description: Deploys a directory to surge.sh.
keywords:
- deploy
- surge.sh
properties:
surge_login:
type: string
required: true
directory:
type: string
default: public
required: true
token:
type: string
required: true
domain:
type: string
required: true