Title: WP Deploy Flow
Author: Tyler Shuster
Published: <strong>مئی 15, 2017</strong>
Last modified: مئی 15, 2017

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/wp-deploy-flow/#description)
 * [جائزے](https://ur.wordpress.org/plugins/wp-deploy-flow/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/wp-deploy-flow/#installation)
 * [ڈیولپمنٹ](https://ur.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

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/wp-deploy-flow/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/wp-deploy-flow/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/wp-deploy-flow/?limit=100&mode=stop_on_copy&format=rss)۔

## میٹا

 *  Version **0.1**
 *  Last updated **9 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 4.6 یا اس سے جدید **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-deploy-flow/)
 * Tags
 * [cli](https://ur.wordpress.org/plugins/tags/cli/)[deployment](https://ur.wordpress.org/plugins/tags/deployment/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/wp-deploy-flow/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[میرا جائزہ شامل کریں](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/)