mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Deployment.
This commit is contained in:
parent
b4b5edfb17
commit
bdebecd0d6
1
Gemfile
1
Gemfile
@ -3,6 +3,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem "middleman", "~>3.3.7"
|
gem "middleman", "~>3.3.7"
|
||||||
|
gem "middleman-deploy"
|
||||||
|
|
||||||
# Live-reloading plugin
|
# Live-reloading plugin
|
||||||
gem "middleman-livereload", "~> 3.1.0"
|
gem "middleman-livereload", "~> 3.1.0"
|
||||||
|
|||||||
@ -70,6 +70,10 @@ GEM
|
|||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
thor (>= 0.15.2, < 2.0)
|
thor (>= 0.15.2, < 2.0)
|
||||||
tilt (~> 1.4.1, < 2.0)
|
tilt (~> 1.4.1, < 2.0)
|
||||||
|
middleman-deploy (1.0.0)
|
||||||
|
middleman-core (>= 3.2)
|
||||||
|
net-sftp
|
||||||
|
ptools
|
||||||
middleman-livereload (3.1.1)
|
middleman-livereload (3.1.1)
|
||||||
em-websocket (>= 0.2.0)
|
em-websocket (>= 0.2.0)
|
||||||
middleman-core (>= 3.0.2)
|
middleman-core (>= 3.0.2)
|
||||||
@ -82,12 +86,16 @@ GEM
|
|||||||
sprockets-sass (~> 1.3.0)
|
sprockets-sass (~> 1.3.0)
|
||||||
minitest (5.5.1)
|
minitest (5.5.1)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
|
net-sftp (2.1.2)
|
||||||
|
net-ssh (>= 2.6.5)
|
||||||
|
net-ssh (2.9.2)
|
||||||
padrino-helpers (0.12.4)
|
padrino-helpers (0.12.4)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
padrino-support (= 0.12.4)
|
padrino-support (= 0.12.4)
|
||||||
tilt (~> 1.4.1)
|
tilt (~> 1.4.1)
|
||||||
padrino-support (0.12.4)
|
padrino-support (0.12.4)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
|
ptools (1.3.2)
|
||||||
rack (1.6.0)
|
rack (1.6.0)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
rack
|
rack
|
||||||
@ -124,6 +132,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
middleman (~> 3.3.7)
|
middleman (~> 3.3.7)
|
||||||
|
middleman-deploy
|
||||||
middleman-livereload (~> 3.1.0)
|
middleman-livereload (~> 3.1.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
wdm (~> 0.1.0)
|
wdm (~> 0.1.0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user