Workflow tools for develping and deploying WordPress projects.
Go to file
Ray Elliott 1ee910ab86 use proper password for database, create wp-cli cache 2020-03-12 17:37:53 +00:00
dev use proper password for database, create wp-cli cache 2020-03-12 17:37:53 +00:00
production tidy up directory structure 2020-03-10 19:36:39 +00:00
.gitignore set up docker containers on host 2020-03-08 17:21:51 +00:00
README.md update README 2020-03-12 14:42:30 +00:00
config-example exporting to production succesfully 2020-03-09 20:45:35 +00:00
publish.sh rename file 2020-03-10 19:41:49 +00:00

README.md

Usage

TODO

TODO

  • convert scripts to use ssh pipes/bash here documents. see ssh pipes, Bash Here Document
  • Script to export database from production database
  • Script to export wordpress directory from production
  • Script to set up local container using exported database/wordpress installation
  • Refactor duplicated code (e.g., creating containers, exporting data)