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

Latest commit

 

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/[email protected]
  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