|
|
@ -12,5 +12,5 @@ rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" |
|
|
|
rsync --delete -ra images/ "${TARGET}/instance/static/images" |
|
|
|
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" |
|
|
|
rsync -ra instance/ "${TARGET}/instance/static/instance" |
|
|
|
rsync --delete -ra pages/ "${TARGET}/instance/static" |
|
|
|
rsync --delete -ra static/favicon.png "${TARGET}/instance/static" |
|
|
|
rsync --delete -ra pages/ "${TARGET}/instance/static/pages" |
|
|
|
rsync --delete -ra static/favicon.png "${TARGET}/instance/static/favicon.png" |
|
|
|