From 7d2105a18c996349876151ba7cb0ecc23cf4d664 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Thu, 24 Jul 2014 20:38:01 -0500 Subject: [PATCH] chore(scripts): update deploy script to new website configuration --- scripts/site/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/site/config.sh b/scripts/site/config.sh index 1b08037858..32d1999014 100755 --- a/scripts/site/config.sh +++ b/scripts/site/config.sh @@ -30,7 +30,7 @@ function run { git add -A git commit -am "release: $VERSION" - git push -q origin gh-pages + git push -q origin master echo "-- Published ionic-site config v$VERSION successfully!" }