wp-sync-deploy

Sync and deploy your wordpress website between environments 🔀

MIT License

Stars
2

Bot releases are hidden (Show)

wp-sync-deploy - 2.2.0 Latest Release

Published by hirasso 4 months ago

  • Fix compatibility problem with MariaDB and older MySQL versions
  • New options PROD_DEPLOY_STRATEGY and STAG_DEPLOY_STRATEGY (conservative or risky)
wp-sync-deploy - 2.1.0

Published by hirasso 7 months ago

  • Allow deploy to production from non-main branch, if the user accepts the displayed prompt
wp-sync-deploy - 2.0.0

Published by hirasso 9 months ago

  • 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, ...)
wp-sync-deploy - 1.0.2

Published by hirasso 9 months ago

wp-sync-deploy - 1.0.1

Published by hirasso 9 months ago

  • Redirect all logging to stderr to prevent polluting command substitutions
wp-sync-deploy - 1.0.0

Published by hirasso 9 months ago

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)
wp-sync-deploy - 0.0.1

Published by hirasso 9 months ago

  • Initial Release