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

GitHub Action to setup a PostgreSQL database with PostGIS

License

Notifications You must be signed in to change notification settings

nyaruka/postgis-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action to setup a PostgreSQL database with PostGIS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.8%
  • Dockerfile 13.2%