Title: Deployer for Git
Author: alex91ckua
Published: <strong>2023 年 12 月 2 日</strong>
Last modified: 2026 年 4 月 4 日

---

搜索插件

![](https://ps.w.org/deployer-for-git/assets/banner-772x250.jpg?rev=3461984)

![](https://ps.w.org/deployer-for-git/assets/icon-256x256.jpg?rev=3461984)

# Deployer for Git

 作者：[alex91ckua](https://profiles.wordpress.org/alex91ckua/)

[下载](https://downloads.wordpress.org/plugin/deployer-for-git.1.0.11.zip)

 * [详情](https://cn.wordpress.org/plugins/deployer-for-git/#description)
 * [评价](https://cn.wordpress.org/plugins/deployer-for-git/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/deployer-for-git/#developers)

 [支持](https://wordpress.org/support/plugin/deployer-for-git/)

## 描述

The Deployer for Git (and [Deployer for Git Pro](https://deployer-for-git.com/))
are designed for developers who seek to simplify their website changes deployment.
This tool seamlessly connects your WordPress site with various git repositories,
enabling real-time updates and automated deployments directly from your commits.
This plugin makes it easy — no FTP, no zipping files. Supports all popular services.

## 屏幕截图

 * [[
 * Dashboard
 * [[
 * Install Theme Page
 * [[
 * Settings page

## 常见问题

### Do I need Git installed on the server?

No. Deployer for Git does not require Git to be installed on the server.

### I have shared/cheap hosting, will it work on my server?

Yes, as long as your server runs WordPress, the plugin will work fine.

### What git repositories are supported by Deployer For Git?

The plugin supports Bitbucket, GitHub, Gitea, and GitLab repositories.

### Is there any way to clear website cache after each deploy?

Yes, it’s possible. Plugin supports WP Rocket, WP-Optimize W3 Total Cache, LiteSpeed
Cache, WP Super Cache, WP Fastest Cache and Autoptimize.

### How does Deployer For Git improve website management?

By automating the deployment process. Once set up, the plugin automatically updates
your WordPress instance after each commit of the desired branch to your git repository,
eliminating the need for manual file transfers via FTP.

### Can I use Deployer For Git for multiple websites?

Yes, the plugin can be used for multiple websites. Each website will require its
own setup to connect to the respective git repository.

### Is there a cost associated with Deployer For Git?

The PRO version is required if you plan to use the plugin with private repositories.

### Does it support WordPress Multisite?

Yes, it does.

### Is there any risk of data loss when using Deployer For Git?

The plugin is designed to safely update your website with the latest changes from
your git repository. However, as with any deployment tool, it\’s always recommended
to have regular backups of your site.

## 评价

![](https://secure.gravatar.com/avatar/39112986fb2da047719341855b41f46c77035b1f8ced6258f0f9b945b604b850?
s=60&d=retro&r=g)

### 󠀁[Amazing Plugin!](https://wordpress.org/support/topic/amazing-plugin-2826/)󠁿

 [svitolo](https://profiles.wordpress.org/svitolo/) 2025 年 12 月 2 日 1 回复

Thank you for creating this! It’s so simple and so perfect for what I need.

![](https://secure.gravatar.com/avatar/a82b1516aa93abff860963358345e62169d6fe71fd7c3842cb08ff724d41dea9?
s=60&d=retro&r=g)

### 󠀁[Very helpful for Plugin Development](https://wordpress.org/support/topic/very-helpful-for-plugin-development/)󠁿

 [andrewadam](https://profiles.wordpress.org/andrewadam/) 2025 年 7 月 23 日

This is a fantastic plugin for theme or plugin development. It has proven to be 
helpful for our team’s workflow. The free version functionality is excellent, but
the Pro version is worth the upgade. Also the developer of this plugin is very responsive.

![](https://secure.gravatar.com/avatar/636220f55462711c0bb49d03782c313e8829d67a13e246e338fa420d94421717?
s=60&d=retro&r=g)

### 󠀁[Great Plugin for theme-plugin developer](https://wordpress.org/support/topic/great-plugin-for-theme-plugin-developer/)󠁿

 [karanikolasms](https://profiles.wordpress.org/karanikolasms/) 2025 年 6 月 8 日
1 回复

I’ve been using this plugin exactly for a Year and all I can say it helped me be
more productive and save many valuable hours and headaches!Thanks

![](https://secure.gravatar.com/avatar/36f690840a66a2952c95ef55ff9f5808ff1decaa08af2afefd086d2f4a84cf7f?
s=60&d=retro&r=g)

### 󠀁[Working great, good support](https://wordpress.org/support/topic/working-great-good-support/)󠁿

 [ktorktor](https://profiles.wordpress.org/ktorktor/) 2024 年 11 月 4 日 1 回复

I’m using it for some time already and it works great, saves me a lot of time to
deploy.

![](https://secure.gravatar.com/avatar/c5d9e25f99256c33bf679abc21db3b0848dbe850f1835df2d408da11cd24e887?
s=60&d=retro&r=g)

### 󠀁[good](https://wordpress.org/support/topic/they-do-not-respond-to-refund-inquiries/)󠁿

 [ghdgus0417](https://profiles.wordpress.org/ghdgus0417/) 2024 年 8 月 25 日

good

![](https://secure.gravatar.com/avatar/0bdd696d1ea605677abe612d69a5a1003920853718e7345b6b07a4dbb1ec337e?
s=60&d=retro&r=g)

### 󠀁[Very useful plugin, works like a charm!](https://wordpress.org/support/topic/very-useful-plugin-works-like-a-charm/)󠁿

 [Andrija Naglic](https://profiles.wordpress.org/andrija/) 2024 年 5 月 10 日

I had a client that has a bit unusual server setup so we had problems setting up
GitHub Actions and making them work.The client has paid for the Pro version since
our repositories are private.Everything worked like charm – after pushing my changes
I simply went to wp-admin and clicked a button to pull the changes from GitHub.We
have 3 repositories on that website.Then I realized that each repository has a special
deployment link, so I created GitHub Action to do a GET request to that URL, and
that worked like a charm, even behind the basic auth that the website uses.So now
our changes get deployed automatically.Definitely a great and simple solution than
setting up the pipelines which always cause problems on different platforms.Good
job! EDIT:I found 2 features I’d like to see in the next version:- An option to 
define the folder nameMy GitHub repository is not named the same as I’d like the
plugin’s folder to be named.Currently, there’s no way to influence that.- The name
of the last commit included in the log fileIt’s rather hard to quickly confirm that
all my last commits got deployed.Currently, it’s almost 1am where I am, but the 
server is set to a different time zone so it’s still yesterday.When I checked the
logs, the date of the last entry was 1 day behind my current date.The reason I even
checked the logs is because the browser has hashed my CSS so I couldn’t see all 
the changes.Having the last commit message would help quickly confirming that everything
was deployed properly.

 [ 阅读所有12条评价 ](https://wordpress.org/support/plugin/deployer-for-git/reviews/)

## 贡献者及开发者

「Deployer for Git」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ alex91ckua ](https://profiles.wordpress.org/alex91ckua/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

[帮助将「Deployer for Git」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/deployer-for-git)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/deployer-for-git/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/deployer-for-git/)，或通过[RSS](https://plugins.trac.wordpress.org/log/deployer-for-git/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/deployer-for-git/)。

## 更新日志

#### 1.0.11

 * Added ability to unlink plugin or theme
 * Flush cache: Breeze support added
 * UI/UX updates

#### 1.0.10

 * Added ability to edit package credentials
 * Compatibility updates

#### 1.0.9

 * Bitbucket “App Passwords” support added
 * Small UI/UX updates
 * Compatibility updates

#### 1.0.8

 * Compatibility updates

#### 1.0.7

 * GitHub “Fine-grained personal access tokens” support added

#### 1.0.6

 * Compatibility updates

#### 1.0.5

 * Support for self-hosted Gitea repositories

#### 1.0.4

 * GitLab groups support added

#### 1.0.3

 * Experimental support for self-hosted GitLab repositories

#### 1.0.2

 * Multisite support added

#### 1.0.1

 * Minor interface improvements
 * Plugin is localizable now
 * Ukrainian translation added

#### 1.0

 * Initial release

## 额外信息

 *  版本 **1.0.11**
 *  最后更新：**1 月前**
 *  活跃安装数量 **400+**
 *  WordPress 版本 ** 4.4 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/deployer-for-git/)
 * 标签
 * [automator](https://cn.wordpress.org/plugins/tags/automator/)[deployment](https://cn.wordpress.org/plugins/tags/deployment/)
   [git](https://cn.wordpress.org/plugins/tags/git/)[updater](https://cn.wordpress.org/plugins/tags/updater/)
 *  [高级视图](https://cn.wordpress.org/plugins/deployer-for-git/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  12 条 5 星评价     ](https://wordpress.org/support/plugin/deployer-for-git/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/deployer-for-git/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/deployer-for-git/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/deployer-for-git/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/deployer-for-git/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/deployer-for-git/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/deployer-for-git/reviews/)

## 贡献者

 *   [ alex91ckua ](https://profiles.wordpress.org/alex91ckua/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## 支持

最近两个月解决的问题：

     总计 1，已解决 1

 [查看支持论坛](https://wordpress.org/support/plugin/deployer-for-git/)