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

and again

This commit is contained in:
Ryan 2016-10-04 23:37:02 +02:00
parent 27447aab30
commit 3cd85704cd
2 changed files with 3 additions and 3 deletions

4
run.sh
View File

@ -41,8 +41,8 @@ else
surge_command="surge"
fi
SURGE_LOGIN=${WERCKER_SURGE_LOGIN}
surge_command="${surge_command} ${WERCKER_SURGE_DIRECTORY} ${WERCKER_SURGE_DOMAIN} --token ${WERCKER_SURGE_TOKEN}"
SURGE_LOGIN=${WERCKER_SURGE_DEPLOY_LOGIN}
surge_command="${surge_command} ${WERCKER_SURGE_DEPLOY_DIRECTORY} ${WERCKER_SURGE_DEPLOY_DOMAIN} --token ${WERCKER_SURGE_DEPLOY_TOKEN}"
debug "$surge_command"

View File

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