/
WPEngine Git Push – DEPRECATED

WPEngine Git Push – DEPRECATED

NOTE: This article is DEPRECATED as the preferred method of code deployment to both Pantheon and WP Engine is now GitHub Actions.

WPEngine provides a “no CI” method of deploying and managing WordPress instances via Git. By integrating WPEngine as a remote, you can leverage their Git hooks to update code.

Setting Up

git remote add wpe-dev git@git.wpengine.com:<remote-environment>/<project>.git will add the remote to your cloned Git repo. Run git remote -v to ensure that the remote is properly registered.

Usage

So long as the project has been set up properly, you should then be able to push to a given remote server git push <remote> <branch>

Related content

Circle CI x WPEngine – DEPRECATED
Circle CI x WPEngine – DEPRECATED
More like this
WordPress
WordPress
Read with this
Deploying WordPress to WP Engine with GitHub Actions
Deploying WordPress to WP Engine with GitHub Actions
More like this
GitHub Actions Deployment
GitHub Actions Deployment
More like this
Github actions for Pantheon Multi-dev Environments
Github actions for Pantheon Multi-dev Environments
More like this
Deployment and DevOps: Standard WordPress Process
Deployment and DevOps: Standard WordPress Process
More like this