mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
tweaked rakefile github deploy
This commit is contained in:
1
Rakefile
1
Rakefile
@ -110,7 +110,6 @@ multitask :deploy_github => [:default, :clean_debug] do
|
|||||||
repo.status.deleted.each {|f, s| repo.remove(f)}
|
repo.status.deleted.each {|f, s| repo.remove(f)}
|
||||||
message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}"
|
message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}"
|
||||||
repo.commit(message)
|
repo.commit(message)
|
||||||
repo.push
|
|
||||||
repo.branch("#{source_branch}").checkout
|
repo.branch("#{source_branch}").checkout
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user