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

add parameters properly

This commit is contained in:
Ryan 2016-10-04 23:33:05 +02:00
parent 78909a364b
commit f90558a85a
2 changed files with 2 additions and 1 deletions

1
run.sh
View File

@ -41,6 +41,7 @@ else
surge_command="surge" surge_command="surge"
fi fi
SURGE_LOGIN=${WERCKER_SURGE_LOGIN}
surge_command="${surge_command} ${WERCKER_SURGE_DIRECTORY} ${WERCKER_SURGE_DOMAIN} --token ${WERCKER_SURGE_TOKEN}" surge_command="${surge_command} ${WERCKER_SURGE_DIRECTORY} ${WERCKER_SURGE_DOMAIN} --token ${WERCKER_SURGE_TOKEN}"
debug "$surge_command" debug "$surge_command"

View File

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