This commit is contained in:
parent
0a9fb88da2
commit
7d636bc777
17
.drone.yml
17
.drone.yml
@ -21,3 +21,20 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
source: https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf
|
source: https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf
|
||||||
#destination: /drone/src/
|
#destination: /drone/src/
|
||||||
|
|
||||||
|
- name: import_pbf
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
pull_image: true
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
registry: h3m6q87t.gra7.container-registry.ovh.net
|
||||||
|
repo: h3m6q87t.gra7.container-registry.ovh.net/osm_tile_server/map
|
||||||
|
tag:
|
||||||
|
- ${DRONE_TAG:=latest}
|
||||||
|
commands:
|
||||||
|
- sh run.sh import
|
@ -169,6 +169,6 @@ COPY --from=compiler-stylesheet /root/openstreetmap-carto /home/renderer/src/ope
|
|||||||
|
|
||||||
# Start running
|
# Start running
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
ENTRYPOINT ["/run.sh"]
|
#ENTRYPOINT ["/run.sh"]
|
||||||
CMD []
|
CMD []
|
||||||
EXPOSE 80 5432
|
EXPOSE 80 5432
|
||||||
|
Loading…
Reference in New Issue
Block a user