Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 839 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 839 Bytes

Synopsis

Based on the excellent Wippy project by @maximebj, octo for WordPress project aims to fully automatize WordPress management and git each step in specific branches.

Code Example

For now, this script only check if updates have to be done, create a branch if it's the case and commit after each update to be able to rollback. To run this octo updates bot, you just have to specify as first parameter the WordPress directory.

bash octo-wp.sh /path/to/wordpress/directory

Motivation

Business Agile manages lot of WordPress websites for its customers. To limit energy and time consumptions, we've decided to script what we do everyday with wp-cli.

Contributors

Contributors :

Original idea : @maximebj