# Fork of Bedrock, that plays nicely with dead simple grunt-wordpress-deploy

**URL:** https://discourse.roots.io/t/fork-of-bedrock-that-plays-nicely-with-dead-simple-grunt-wordpress-deploy/8317
**Category:** archived 🗄
**Created:** 2016-12-14T12:13:35Z
**Posts:** 2

## Post 1 by @jibazee — 2016-12-14T12:13:35Z

Hi folks,

I [forked](https://github.com/gabrielwolf/bedrock-grunt-wordpress-deploy) Bedrock and grunt-wordpress-deploy together. Deployment to different staging and live environments is done easily via command line. You can push and pull from and to different staging environments with two commands. grunt-wordpress-deploy uses internally rsync and mysqldump to read/write and regex replace to adapt the URLs on DB.

Examples:  
$ grunt push\_files --target=staging  
$ grunt push\_db --target=staging  
or  
$ grunt pull\_files --target=live  
$ grunt pull\_db --target=live

Some may say, Grunt and the plugin are not trendy anymore, but in this particular case, they do a wonderful job: syncing data and DB.

Happy deploying! :slight_smile:

---

## Post 2 by @ben — 2022-02-26T03:19:45Z


