Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
better scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreenhall committed Oct 23, 2011
1 parent ca2af36 commit 78c47ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions install-it
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ if name!=""
else
system("heroku create --remote dev")
end
system("git config push.default tracking")
system("git checkout -b dev")
system("git push dev dev:master")
system("git branch --set-upstream dev dev/master")
system("git push dev dev:master")
2 changes: 1 addition & 1 deletion publish-it
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
system('git checkout master')
system('git merge dev')
system('git push')
system('git push heroku master')
2 changes: 1 addition & 1 deletion test-it
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ msg = gets
system('middleman build')
system('git add build/*')
system("git commit -am '#{msg}'")
system("git push")
system("git push dev dev:master")

0 comments on commit 78c47ab

Please sign in to comment.