summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2e8b85a..a8212f5 100644
--- a/Makefile
+++ b/Makefile
@@ -88,12 +88,6 @@ deploy: guard-sync
&& echo 'info: You need to create a file `$(deploy-once-file)` to deploy for once or `$(deploy-always-file)` for skipping this confirmation every time.'
rm -f $(deploy-once-file)
-%.replaced.sql: %.sql
- perl -pe " \
- s|$(SITE_URL_PATTERN)|$(LOCAL_URL)|g; \
- s|$(REMOTE_DOCROOT_PATH)|$(LOCAL_DOCROOT)|g; \
- " $< > $@
-
%.sql.imported: %.sql | wait-db-start
cat "$^" | $(DOCKER_COMPOSE) exec -T -- db sh -c 'mysql --user $$MYSQL_USER -p$$MYSQL_PASSWORD $$MYSQL_DATABASE'
touch $@