Skip to content

Instantly share code, notes, and snippets.

@jrom
Created December 21, 2009 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrom/261034 to your computer and use it in GitHub Desktop.
Save jrom/261034 to your computer and use it in GitHub Desktop.
#!/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