Skip to content
Snippets Groups Projects
Commit 67c5ea56 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix chown

parent 17ab0ebe
No related branches found
No related tags found
No related merge requests found
Pipeline #8568 failed
......@@ -54,7 +54,7 @@ transfer_mbtiles:
- chown -R root:root /root/.ssh
script:
- rsync --progress -ogaW mgmaps@prepare:/home/mgmaps/mbtiles/${PLANETILER_VERSION}/ /home/mgmaps/tileserver-data/${PLANETILER_VERSION}/
- chown -R 1000:1000 /home/mgmaps/mbtiles/${PLANETILER_VERSION}
- chown -R 1000:1000 /home/mgmaps/tileserver-data/${PLANETILER_VERSION}/
rules:
- if: $UPDATE_MBTILES
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment