Skip to content

Instantly share code, notes, and snippets.

@siebertm
Created May 31, 2009 09:46
Show Gist options
  • Save siebertm/120832 to your computer and use it in GitHub Desktop.
Save siebertm/120832 to your computer and use it in GitHub Desktop.
integrity build script for metric_fu
rake metrics:all > /dev/null 2>&1 && cp -r tmp/metric_fu/output /srv/deploy/integrity/public/metrics-`git rev-parse --short HEAD` && echo "To see metrics, go to https://integrity.example.com/metrics-`git rev-parse --short HEAD`/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment