1
0
mirror of https://github.com/alrayyes/wercker-surge-deploy-step synced 2023-11-13 18:16:40 +00:00

lets try this

This commit is contained in:
Ryan 2016-10-04 23:06:37 +02:00
parent 3dc0d409bb
commit 234948238f
2 changed files with 4 additions and 2 deletions

4
run.sh
View File

@ -41,10 +41,12 @@ else
surge_command="surge"
fi
surge_command ="$surge_command $WERCKER_SURGE_DIRECTORY $WERCKER_SURGE_DOMAIN --token $WERCKER_SURGE_TOKEN"
debug "$surge_command"
set +e
$surge_command public $WERCKER_SURGE_DOMAIN --token $WERCKER_SURGE_TOKEN
$surge_command
result="$?"
set -e

View File

@ -1,5 +1,5 @@
name: surge-deploy
version: 0.1.2
version: 0.1.3
description: Deploys a directory to surge.sh.
keywords:
- deploy