Skip to content

Commit 461c1ae

Browse files
committed
Remove further remnants of heroku_san
Signed-off-by: Alex Coles <[email protected]>
1 parent 57b9773 commit 461c1ae

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Rakefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
require 'bundler/setup'
22
require 'psych'
33
require 'yaml'
4-
require 'heroku_san'
54

65
namespace :assets do
76
task :precompile do
87
sh 'middleman build'
98
end
109
end
1110

12-
module HerokuSan::Deploy
13-
class RubyBerlin < Sinatra
14-
def deploy
15-
super
16-
#@stage.rake('utils:update_sitemap')
17-
end
18-
end
19-
end
20-
21-
config_file = File.join(File.expand_path(File.dirname(__FILE__)), 'config', 'heroku.yml')
22-
HerokuSan.project = HerokuSan::Project.new(config_file, :deploy => HerokuSan::Deploy::RubyBerlin)
23-
24-
load 'heroku_san/tasks.rb'
25-
2611
require 'nokogiri'
2712
require 'open-uri'
2813
require 'yaml'

0 commit comments

Comments
 (0)