Skip to content

Commit

Permalink
Deploy to gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
PandyTheBroh committed Jan 10, 2014
1 parent bb3abcc commit 91b2b94
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

gem "middleman-deploy"

# Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do
gem "ruby18_source_location"
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ GEM
rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.3.6)
middleman-deploy (0.1.4)
middleman-core (>= 3.0.0)
net-sftp
ptools
middleman-livereload (3.1.0)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
Expand All @@ -64,6 +68,10 @@ GEM
sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
multi_json (1.8.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
ptools (1.2.2)
rack (1.5.2)
rack-livereload (0.3.15)
rack
Expand Down Expand Up @@ -97,6 +105,7 @@ PLATFORMS

DEPENDENCIES
middleman (~> 3.1.5)
middleman-deploy
middleman-livereload (~> 3.1.0)
ruby18_source_location
wdm (~> 0.1.0)
3 changes: 3 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@
# Or use a different image path
# set :http_prefix, "/Content/images/"
end
activate :deploy do |deploy|
deploy.method = :git
end

0 comments on commit 91b2b94

Please sign in to comment.