sync and ignore custom fonts

This commit is contained in:
simon 2022-06-13 12:09:24 +07:00
parent ed0c6fbf19
commit c26c968a37
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ __pycache__
# testing logos # testing logos
custom_logos custom_logos
custom_fonts

View File

@ -13,6 +13,8 @@ function rebuild_test {
--exclude "db.sqlite3" \ --exclude "db.sqlite3" \
. -e ssh "$test_host":tilefy . -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 --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 rsync --progress tiles.example.yml -e ssh "$test_host":docker/volume/tilefy/data/tiles.yml