Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
/ wp-deploy-gem Public archive

Ruby gem that provides Capistrano 3 and Rake tasks for the wp-deploy project.

License

Notifications You must be signed in to change notification settings

Moonbase/wp-deploy-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp_deploy gem

Ruby gem that provides Capistrano 3 and Rake tasks for the wp-deploy project. This gem is based on the wp-deploy project by Mixd.

Installation

Add this line to your application's Gemfile, and the execute bundle:

gem 'wp_deploy', :git => 'https://github.com/Moonbase/wp-deploy-gem.git'

Add this line to your application's Capfile:

require 'wp_deploy'

If you want to load the built-in Rake tasks, add these lines to your application's Rakefile:

# Load tasks from the gem
require 'bundler'
spec = Bundler.load.specs.find {|s| s.name == 'wp_deploy' }
Dir.glob("#{spec.full_gem_path}/lib/wp_deploy/tasks/*.rake").each { |r| load r }

About

Ruby gem that provides Capistrano 3 and Rake tasks for the wp-deploy project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages