No release in over a year
Laravel Mix tasks for Capistrano 3.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 13.0

Runtime

>= 3.0.0.pre
 Project Readme

capistrano-theme-uploader

Capistrano tasks used to deploy theme.

Install

#add this line in your Gemfile
gem 'capistrano-theme-uploader'
#add this line in your Capfile
require 'capistrano/capistrano-theme-uploader'

Then run

bundle install 
#or bundle update

set following variables in your deploy.rb These variables will be used to generate wp_config.php at first deployment. And will install an empty wordpress

set :themes_to_deploy, [
  'wp-content/themes/my-theme'
]

Workflow

The default capistrano workflow is used with the addition of theses tasks.

after 'deploy:updating', 'wp-capistrano:upload_theme'