Plugin info

Total downloads: 1,237
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/15/2017 (3152 days ago)
Added to WordPress: 5/15/2017 (8 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3152 days ago

20/100

Is WP Deploy Flow abandoned?

Possibly abandoned (last update 3152 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Test Content Generator
Rating 5.0/5 (2 reviews)Active installs 50
StaticPress Auto Builder
Rating 0.0/5 (0 reviews)Active installs 10
Auto Login for Sakura Rental Server
Rating 0.0/5 (0 reviews)Active installs 10
Woo Data Updater
Rating 0.0/5 (0 reviews)Active installs 0
CompileKit for Tailwind CSS
Rating 0.0/5 (0 reviews)Active installs 0

Description

This is a plugin to manage deployment of WordPress sites to one or multiple servers, whether development, staging or production. Add, remove, push to, or pull from environments under Tools -> Deploy.

Requires:
rsync
If using ssh and not the command line, must use key-based authentication

Add the following constants to your wp-config.php or add them via the admin interface.

(ENV can be any name of your choosing for your remote environment)

DEPLOY_[ENV]_DB_HOST
DEPLOY_[ENV]_DB_USER
DEPLOY_[ENV]_DB_NAME
DEPLOY_[ENV]_DB_PORT
DEPLOY_[ENV]_DB_PASSWORD

* Database dsn for the environment
* Mandatory: Yes except for port (default 3306)

DEPLOY_[ENV]_SSH_DB_HOST
DEPLOY_[ENV]_SSH_DB_USER
DEPLOY_[ENV]_SSH_DB_PATH
DEPLOY_[ENV]_SSH_DB_PORT

* If you need to connect to the destination database through SSH (you probably do)
* Mandatory: No, port defaults to 22

DEPLOY_[ENV]_SSH_HOST
DEPLOY_[ENV]_SSH_USER
DEPLOY_[ENV]_SSH_PORT

* SSH host to sync with Rsync
* Mandatory: No, port defaults to 22

DEPLOY_[ENV]_PATH

* Server path for the environment (used to reconfigure the WordPress database)
* Mandatory: Yes

DEPLOY_[ENV]_URL

* Url of the WordPress install for this environment (used to reconfigure the WordPress database)
* Mandatory: Yes

DEPLOY_[ENV]_EXCLUDES

* Add files to exclude from rsync. List must be separated buy semicolons.
* Mandatory: No

Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Frequently Asked Questions

Installation Instructions

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available