From c26c968a378f9148ec5932e3fbbfbc2e72c2981c Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 13 Jun 2022 12:09:24 +0700 Subject: [PATCH] sync and ignore custom fonts --- .gitignore | 1 + deploy.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b19c995..c330e68 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ # testing logos custom_logos +custom_fonts diff --git a/deploy.sh b/deploy.sh index 5dd6049..538e234 100755 --- a/deploy.sh +++ b/deploy.sh @@ -13,6 +13,8 @@ function rebuild_test { --exclude "db.sqlite3" \ . -e ssh "$test_host":tilefy + rsync -a --progress --delete-after custom_logos/* "$test_host":docker/volume/tilefy/data/logos + rsync -a --progress --delete-after custom_fonts/* "$test_host":docker/volume/tilefy/data/fonts rsync --progress --ignore-existing docker-compose.yml -e ssh "$test_host":docker rsync --progress tiles.example.yml -e ssh "$test_host":docker/volume/tilefy/data/tiles.yml