Skip to content

Instantly share code, notes, and snippets.

@southgate
Created January 24, 2013 00:26
Show Gist options
  • Save southgate/4616261 to your computer and use it in GitHub Desktop.
Save southgate/4616261 to your computer and use it in GitHub Desktop.
Update stacker for each stack and deploy
for stack in mars national_debt hayes_adaptation filibuster fiscal_what drones electoral_college superpacs voterid;
do
(cd $stack/stacker; git pull origin; cd ..; git commit -am ":punch: stacker";)
(cd $stack; rake deploy)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment