Skip to content

Instantly share code, notes, and snippets.

@bmann
Created January 10, 2015 01:43
Show Gist options
  • Save bmann/ea0cec5d4d2e7c51f7c2 to your computer and use it in GitHub Desktop.
Save bmann/ea0cec5d4d2e7c51f7c2 to your computer and use it in GitHub Desktop.
Pre-push hook to deploy a new release to Parse.com
#!/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