chriseppstein/compass

View on GitHub
compass-style.org/sync

Summary

Maintainability
Test Coverage
rm -rf output
if [[ `bundle exec compass version` == *alpha* ]]
then
  SITE=beta.compass-style.org;
else
  SITE=compass-style.org;
fi

echo "Deploying to $SITE"
bundle exec nanoc co && scp -r output/* compassweb@compass-style.org:$SITE/public/