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

username not required in rsync command

parent 3fc8336b
No related branches found
No related tags found
No related merge requests found
Pipeline #8967 passed
......@@ -51,7 +51,7 @@ transfer_mbtiles:
- cp -r /home/mgmaps/.ssh /root/.ssh
- chown -R root:root /root/.ssh
script:
- rsync --progress -ogaW mgmaps@prepare:/home/mgmaps/mbtiles/${PLANETILER_VERSION}/ /home/mgmaps/tileserver-data/${PLANETILER_VERSION}/
- rsync --progress -ogaW prepare:/home/mgmaps/mbtiles/${PLANETILER_VERSION}/ /home/mgmaps/tileserver-data/${PLANETILER_VERSION}/
- chown -R 1000:1000 /home/mgmaps/tileserver-data/${PLANETILER_VERSION}/
rules:
- if: $UPDATE_MBTILES
......
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