Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cae07f

Browse files
committed
'rake deploy' should only push to master
1 parent9b65c4f commit1cae07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Rakefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ task :deploy => [:build, :commited?] do
2727
unlesssystem"git commit"
2828
fail
2929
end
30-
system"git push"
30+
system"git push origin master"
3131
system"git checkout source"
3232
puts"DONE!"
3333
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp