summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ade5a4c..21024bc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,8 @@ pull:
autocommit: pull
@cd http && git diff --quiet || (git add . && git commit -m 'Autocommit' && git push)
+dumps: FORCE
+ s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/
+ ./dumps/load-dumps.sh
+
FORCE: