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:
parent
179262ff38
commit
3dc0d409bb
2
run.sh
2
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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: surge-deploy
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
description: Deploys a directory to surge.sh.
|
||||
keywords:
|
||||
- deploy
|
||||
|
Loading…
Reference in New Issue
Block a user