1
0
mirror of https://github.com/alrayyes/wercker-surge-deploy-step synced 2023-11-13 18:16:40 +00:00
Go to file
2016-10-06 13:59:42 +02:00
LICENSE.md license is now in markdown 2016-10-05 00:42:35 +02:00
README.md added wercker button to readme 2016-10-06 13:55:29 +02:00
run.sh and again 2016-10-04 23:37:02 +02:00
wercker-step.yml incremented wercker version 2016-10-06 13:59:42 +02:00

Wercker Step Surge Deploy

wercker status

This step wil deploy your site to Surge.sh using the surge cli client.

Requirements

This step requires a container with npm installed.

Parameters

login (required)

The surge.sh login. The login can be echoed by running

surge token

locally.

directory (optional)

The directory to de deployed. Defaults to public.

token (required)

The surge.sh token. The login can be echoed by running

surge token

locally.

domain (required)

Domain to be used with surge.sh hosting.

Example wercker.yml (Docker)

box: andthensome/alpine-surge-bash
deploy:
  steps:
    - alrayyes/surge-deploy:
        login: "user@example.com"
        directory: "public"
        token: "94a08da1fecbb6e8b46990538c7b50b2"
        domain: "example.com"

Contributing

Report any bugs using the issue tracker. Submit your own bug fixes or feature additions via a pull request.

License

This theme is released under the MIT License. For more information read the license.