Class | Nanoc::Extra::Deployers::Fog |
In: |
lib/nanoc/extra/deployers/fog.rb
|
Parent: | ::Nanoc::Extra::Deployer |
A deployer that deploys a site using [fog](github.com/geemus/fog).
@example A deployment configuration with public and staging configurations
deploy: public: kind: fog provider: local local_root: ~/myCloud bucket: nanoc-site staging: kind: fog provider: local local_root: ~/myCloud bucket: nanoc-site-staging