8000 GitHub - lgj101/opengauss-action: GitHub Action to setup a OpenGauss database
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lgj101/opengauss-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGauss GitHub Action

This GitHub Action sets up a OpenGauss database.

Usage

See action.yml

Basic:

steps:
- uses: lgj101/opengauss-action@v2.0
  with:
    GS_VERSION: '5.0'  # See https://hub.docker.com/r/enmotech/opengauss for available versions
    GS_USERNAME: 'gaussdb'
    GS_PASSWORD: 'Gauss@123' 
    GS_DB: 'gaussdb' 
    HOST_PORT: 15432 
    CONTAINER_PORT: 5432 

License

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

About

GitHub Action to setup a OpenGauss database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.0%
  • Dockerfile 23.0%
0