Sha256: 2f62a3dde0ca13aa38de198efa4a72c86b0f27d8a3eb4fc3b8ea83754bff3761
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 Bytes
Contents
# wp-capistrano Capistrano tasks used to deploy wordpress project. ## Install ```ruby #add this line in your Gemfile gem 'wp-capistrano3' ``` ```ruby #add this line in your Capfile require 'capistrano/wp-capistrano' ``` Then run ```shell bundle install #or bundle update ``` ## Workflow The default capistrano workflow is used with the addition of theses tasks. ```ruby before 'deploy:check:linked_files', 'wp-capistrano:create_wp_config' before 'deploy:updating', 'wp-capistrano:download_wordpress' after 'wp-capistrano:download_wordpress', 'wp-capistrano:install_wordpress' after 'wp-capistrano:download_wordpress', 'wp-capistrano:update_wordpress' ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wp-capistrano3-0.0.6 | README.md |
wp-capistrano3-0.0.5 | README.md |
wp-capistrano3-0.0.4 | README.md |