chore(): update deploy script

This commit is contained in:
Andrew
2014-08-06 12:23:21 -06:00
parent df3477f131
commit f2de061a08
2 changed files with 4 additions and 2 deletions

View File

@@ -9,8 +9,10 @@ ARG_DEFS=(
function run {
cd ../..
# If --git-push-dryrun is set on this script, export it to all the scripts
# If --git-push-dryrun or --verbose is set on this script,
# export it to all the scripts
export GIT_PUSH_DRYRUN=$GIT_PUSH_DRYRUN
export VERBOSE=$VERBOSE
git config --global user.name 'Ionitron'
git config --global user.email hi@ionicframework.com

View File

@@ -37,7 +37,7 @@ function run {
# git add -A
# git commit -am "docs: update for $VERSION"
# git push -q origin gh-pages
./deploy.sh
source deploy.sh
echo "-- Updated docs for $VERSION_NAME succesfully!"
fi