Skip to content

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 authored Jan 23, 2021
1 parent 7f0b82f commit 09901f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Vocabseditor

![Build Status](https://travis-ci.com/acdh-oeaw/vocabseditor.svg?branch=master&status=passed)
![Build Status](https://github.com/acdh-oeaw/vocabseditor/workflows/Run%20Tests/badge.svg)

![Docker Image](https://github.com/acdh-oeaw/vocabseditor/workflows/Publish%20Docker%20image/badge.svg)

## About

Expand Down Expand Up @@ -82,4 +84,4 @@ DJANGO_SUPERUSER_USERNAME=user1
DJANGO_SUPERUSER_PASSWORD=pw1
```

`docker run -it -p 8020:8020 --rm --env-file .env_dev vocabseditor`
`docker run -it -p 8020:8020 --rm --env-file .env_dev vocabseditor`

0 comments on commit 09901f6

Please sign in to comment.