-
I have the following configuration in my movefile
```
production:
forbid:
push:
db: true
plugins: true
themes: true
languages: false
uploads: true
…
-
Can I exclude all folders in a path with exceptions? If yes how? I tried the following without success:
```
exclude:
- "wp-content/plugins/*"
- "!wp-content/plugins/coblocks/*.php"
…
-
When I create a production site, such as **example.com**, I create a local instance at **example.com.local** (which I define in my HOSTS file and vhosts.conf). After I pull from production, the URL i…
-
I've been using Wordmove for some time without issue but have just run into a problem with a host I haven't used before (WPEngine).
The database push is failing on the final command:
remote my…
-
Hi,
i'm developing local composer libraries witch are symlinked in composer.json
```json
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.or…
-
Pushing my local site breaks URLs on the remote site. For example, www.mysite.com still works, but all non-homepage links are broken (e.g. www.mysite.com/blog). The fix appears to be to log into th…
-
How can I connect using ssh key between remote servers (pull from AWS server using ssh key, no password)
-
**Scenario**: At the moment we have 4 predefined hooks locations per action: 4 on `pull` and 4 on `push`. While we can order commands inside each location, we cannot change the order used to fire the…
-
hello,
i have the following error when installing wordmove and can't resolve it:
```
MBP-de-Julien:~ julienguiard$ wordmove -v
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/rub…
-
I saw the Alpine Docker #3 image was in need of testing and decided to give it a shot and contribute some testing feedback to the team.
I am using the Alpine tag as a drop-in replacement on a workin…