Created
December 21, 2009 16:21
-
-
Save jrom/261034 to your computer and use it in GitHub Desktop.
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 | |
# this file is a git post-update hook | |
# the file must be named post-update and be executable (chmod +x post-update) | |
# it must be in the .git/hooks directory | |
RAILS_ENV=production /path/to/retrospectiva/script/repository_syncer | |
echo "Retrospectiva was notified :-)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment