8000 GitHub - largosblade/static: A plugin for capistrano scm to deploy static sites
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from Grasruts/static

A plugin for capistrano scm to deploy static sites

License

Notifications You must be signed in to change notification settings

largosblade/static

 
 

Repository files navigation

capistrano scm static

It is a plugin for capistrano scm to deploy static sites.

Installation

Gemfile.rb

gem 'capistrano-scm-static', '~> 0.0.2', require: false

Capfile

require 'capistrano/scm/static'
install_plugin Capistrano::SCM::Static

deploy.rb

set :dist, 'path to your static template compilation folder'

For eg,

set :dist, 'build' # in case for reactjs

set :dist, 'dist' # in case for vuejs

About

A plugin for capistrano scm to deploy static sites

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.4%
  • Shell 3.6%
0