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

Add env variables to run command

This commit is contained in:
Ryan 2016-10-04 21:59:28 +02:00
parent 179262ff38
commit 3dc0d409bb
2 changed files with 2 additions and 2 deletions

2
run.sh
View File

@ -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

View File

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