chore(scripts): update deploy script to new website configuration

This commit is contained in:
Perry Govier
2014-07-24 20:38:01 -05:00
parent fb9013eda5
commit 7d2105a18c

View File

@@ -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!"
}