Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Aug 5, 2014
1 parent fcb1da6 commit 9da2c95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ when "production"
unless tag
failexit "You must specify a tagged version to push to production. Perhaps #{prev_tag}?"
end
puts "Pushing to 02 because scared"
git_push "02", tag
git_push "production", tag
when "commit"
git_commit "-v"
when "upcoming_version"
Expand Down Expand Up @@ -176,7 +175,7 @@ when "release"
write_version v
git_commit @version_file, "bump to version #{v}"

run "git version-bump #{ARGV[1]}"
run "git version-bump -n #{ARGV[1]}"
run "git release"
when "update_github";
puts "Just pushing to origin, don't mind me"
Expand Down

0 comments on commit 9da2c95

Please sign in to comment.