mirror of
https://github.com/alrayyes/wercker-surge-deploy-step
synced 2023-11-13 18:16:40 +00:00
fixed other typos
This commit is contained in:
parent
1602e5c142
commit
78909a364b
2
run.sh
2
run.sh
@ -41,7 +41,7 @@ else
|
|||||||
surge_command="surge"
|
surge_command="surge"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: surge-deploy
|
name: surge-deploy
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
description: Deploys a directory to surge.sh.
|
description: Deploys a directory to surge.sh.
|
||||||
keywords:
|
keywords:
|
||||||
- deploy
|
- deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user