Revert "REVERT LATER push to separate remote."

This reverts commit 04a1f13509.
This commit is contained in:
Nick Martin
2012-01-19 19:28:43 -08:00
parent 04a1f13509
commit 207464ba38

View File

@@ -66,10 +66,10 @@ echo "// Commit to git? Press enter to continue. Hit C-c to abort."
read anykey
git commit -a -m "Bump to version $VERSION"
git push meteor meteor:master
git push origin master
git tag "v$VERSION"
git push meteor "v$VERSION"
git push origin "v$VERSION"
echo