From 3dc0d409bbe2e95612382f00b2756b8913c34f9b Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 4 Oct 2016 21:59:28 +0200 Subject: [PATCH] Add env variables to run command --- run.sh | 2 +- wercker-step.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index bdcc2f4..a2fccfe 100644 --- a/run.sh +++ b/run.sh @@ -44,7 +44,7 @@ fi debug "$surge_command" set +e -$surge_command +$surge_command public $WERCKER_SURGE_DOMAIN --token $WERCKER_SURGE_TOKEN result="$?" set -e diff --git a/wercker-step.yml b/wercker-step.yml index 639c99f..2a1e8f4 100644 --- a/wercker-step.yml +++ b/wercker-step.yml @@ -1,5 +1,5 @@ name: surge-deploy -version: 0.1.1 +version: 0.1.2 description: Deploys a directory to surge.sh. keywords: - deploy