1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 20:59:41 +00:00

Compare commits

..

5 commits

2 changed files with 30 additions and 5 deletions

View file

@ -36,12 +36,30 @@ steps:
- name: docker
image: plugins/docker
settings:
auto_tag: true
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: shouptech/humulus
tags:
- latest
when:
branch:
- master
- name: docker-release
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: shouptech/humulus
tags:
- ${DRONE_TAG}
when:
event:
- tag
depends_on:
- test

View file

@ -6,10 +6,17 @@
:target: https://codecov.io/gh/shouptech/humulus
:alt: Code Coverage
Humulus is an open-source homebrew beer recipe app built using Flask.
Humulus
=======
Humulus is currently very much WIP and probably doesn't actually work.
Humulus is an open-source homebrew beer recipe webapp built using Flask_ and CouchDB_.
Humulus is licensed under the Apache Version 2.0 license..
.. _Flask: http://couchdb.apache.org/
.. _CouchDB: http://flask.pocoo.org/
Humulus is Copyright 2019 Mike Shoup
License
-------
Humulus is licensed under the `Apache Version 2.0 license`_.
.. _`Apache Version 2.0 license`: LICENSE