Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Files

Latest commit

945598a · Jan 26, 2021

History

History
23 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 567 Bytes

PostgreSQL+PostGIS GitHub Action

This GitHub Action sets up a PostgreSQL database with PostGIS, using the postgis:postgis Docker image.

Usage

See action.yml

Basic:

steps:
- uses: nyaruka/postgis-action@v2.1.0
  with:
    postgresql version: '12'
    postgis version: '2.5'
    postgresql password: 'sesame'
    postgresql arguments: '--jit=off'

License

The scripts and documentation in this project are released under the MIT License