Releases: hirasso/wp-sync-deploy
Releases · hirasso/wp-sync-deploy
2.3.0
- Support custom SSH ports for the production and staging connection
2.2.0
- Fix compatibility problem with MariaDB and older MySQL versions
- New options
PROD_DEPLOY_STRATEGY
and STAG_DEPLOY_STRATEGY
(conservative
or risky
)
2.1.0
- Allow deploy to production from non-main branch, if the user accepts the displayed prompt
2.0.0
- Breaking changes: You'll need to adjust your
.env.wp-sync-deploy
if you are upgrading from 1.x
- Compatibility with a folder structure like roots/bedrock
- Provide defaults for optional variables (HTTP_AUTH, PHP_BINARY, ...)
1.0.0
First real release
- pull the database from
production
or staging
to local
- push the database from
local
to staging
- deploy your files to
staging
or production
- automatically run routines using wp-cli on the target environment (
production
, staging
or local
)