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

20 lines
330 B
YAML
Raw Normal View History

2016-10-04 19:30:15 +00:00
name: surge-deploy
2016-10-04 22:05:03 +00:00
version: 0.2.0
2016-10-04 19:30:15 +00:00
description: Deploys a directory to surge.sh.
keywords:
- deploy
- surge.sh
properties:
2016-10-04 21:33:49 +00:00
login:
2016-10-04 19:30:15 +00:00
type: string
required: true
directory:
type: string
default: public
required: true
token:
type: string
required: true
domain:
type: string
required: true