1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 22:29:42 +00:00

Compare commits

...

5 commits

2 changed files with 30 additions and 5 deletions

View file

@ -36,12 +36,30 @@ steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
auto_tag: true
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
repo: shouptech/humulus 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: depends_on:
- test - test

View file

@ -6,10 +6,17 @@
:target: https://codecov.io/gh/shouptech/humulus :target: https://codecov.io/gh/shouptech/humulus
:alt: Code Coverage :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