Title: WP Deploy Flow
Author: Tyler Shuster
Published: <strong>2017 年 5 月 15 日</strong>
Last modified: 2017 年 5 月 15 日

---

搜尋外掛

這個外掛**並未在最新的 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://tw.wordpress.org/plugins/wp-deploy-flow/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-deploy-flow/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-deploy-flow/#installation)
 * [開發資訊](https://tw.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/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wp-deploy-flow/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wp-deploy-flow/)。

## 中繼資料

 *  版本 **0.1**
 *  最後更新 **9 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 4.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.7.33**
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-deploy-flow/)
 * 標籤:
 * [cli](https://tw.wordpress.org/plugins/tags/cli/)[deployment](https://tw.wordpress.org/plugins/tags/deployment/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-deploy-flow/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/wp-deploy-flow/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wp-deploy-flow/)