Created
January 10, 2015 01:43
-
-
Save bmann/ea0cec5d4d2e7c51f7c2 to your computer and use it in GitHub Desktop.
Pre-push hook to deploy a new release to Parse.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/usr/local/bin/parse deploy | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment