UNPKG

@leo108/geolite2-db

Version:

This repository aims to provide an easy solution to require GeoIP2 / GeoLite2 databases inside your project using npm/yarn.

17 lines (14 loc) 207 B
default: image: ubuntu:latest build: only: - schedules - web script: - ./build.sh npm: image: node:latest only: - tags script: - ./publish.sh