Title: WP Deploy Flow
Author: Tyler Shuster
Published: <strong>15.05.2017</strong>
Last modified: 15.05.2017

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-deploy-flow.svg)

# WP Deploy Flow

 Від автора [Tyler Shuster](https://profiles.wordpress.org/tylershuster/)

[Завантажити](https://downloads.wordpress.org/plugin/wp-deploy-flow.zip)

 * [Деталі](https://uk.wordpress.org/plugins/wp-deploy-flow/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/wp-deploy-flow/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/wp-deploy-flow/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/wp-deploy-flow/#developers)

 [Підтримка](https://wordpress.org/support/plugin/wp-deploy-flow/)

## Опис

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

## Встановлення

 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

## Часті питання

  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

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“WP Deploy Flow” — проект з відкритим вихідним кодом. В розвиток плагіну внесли 
свій вклад наступні учасники:

Учасники

 *   [ Tyler Shuster ](https://profiles.wordpress.org/tylershuster/)

[Перекладіть “WP Deploy Flow” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/wp-deploy-flow)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/wp-deploy-flow/), перегляньте
[сховище SVN](https://plugins.svn.wordpress.org/wp-deploy-flow/) або підпишіться
на [журнал розробки](https://plugins.trac.wordpress.org/log/wp-deploy-flow/) за 
допомогою [RSS](https://plugins.trac.wordpress.org/log/wp-deploy-flow/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Версія **0.1**
 *  Останнє оновлення **9 років тому**
 *  Активних встановлень **10+**
 *  Версія WordPress ** 4.6 або вище **
 *  Tested up to **4.7.33**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/wp-deploy-flow/)
 * Позначки
 * [cli](https://uk.wordpress.org/plugins/tags/cli/)[deployment](https://uk.wordpress.org/plugins/tags/deployment/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/wp-deploy-flow/advanced/)

## Оцінки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/)

## Учасники

 *   [ Tyler Shuster ](https://profiles.wordpress.org/tylershuster/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/wp-deploy-flow/)