Skip to content

amco/couchdb-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CouchDB GitHub Action

This GitHub Action sets up a CouchDB database. The Erlang query server is enabled.

Usage

See action.yml and test.yml.

Basic:

steps:
  - name: Set up CouchDB
    uses: "cobot/couchdb-action@master"
    with:
      couchdb version: '2.3.1'
    env:
      COUCHDB_USER: admin
      COUCHDB_PASSWORD: password
  - name: Do something
    run: |
      curl http://127.0.0.1:5984/

Contributions

License

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

About

Run CouchDB in a GitHub workflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.7%
  • Dockerfile 6.3%