adds exclude-list to .gitignore

This commit is contained in:
Jean-Christophe Vanhalle
2023-08-17 20:02:15 +02:00
parent a46ef7de81
commit 5d53a19803
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,9 @@ set -a
set +a
docker exec --user www-data "${PREFIX}-app" /bin/sh -c '
wp plugin install wp-migrate-db ; wp plugin activate wp-migrate-db ; wp migratedb find-replace \
wp plugin install wp-migrate-db && \
wp plugin activate wp-migrate-db && \
wp migratedb find-replace \
--find='"//${REMOTE_WP_URL}"','"${REMOTE_WP_PATH}"' \
--replace='"//${APP_URL}"',/var/www/html \
--skip-replace-guids \