Created
January 24, 2013 00:26
-
-
Save southgate/4616261 to your computer and use it in GitHub Desktop.
Update stacker for each stack and deploy
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
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