From: Dessalines Date: Fri, 16 Aug 2019 20:08:37 +0000 (-0700) Subject: Updating readme with gitlab and github links. X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=7a7f98260ae9c397ca83f248b69befac11c81f80;p=lemmy.git Updating readme with gitlab and github links. - Fixes #41 --- diff --git a/.dockerignore b/.dockerignore index 73c47554..03466f0a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ ui/node_modules ui/dist server/target +docs .git diff --git a/README.md b/README.md index a601ace0..c7550f6d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

Lemmy

+[![Github](https://img.shields.io/badge/-Github-blue)](https://github.com/dessalines/lemmy) +[![Gitlab](https://img.shields.io/badge/-Gitlab-yellowgreen)](https://gitlab.com/dessalines/lemmy) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dessalines/lemmy.svg) [![Build Status](https://travis-ci.org/dessalines/lemmy.svg?branch=master)](https://travis-ci.org/dessalines/lemmy) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/dessalines/lemmy.svg) diff --git a/docker/docker_update.sh b/docker/docker_update.sh index 0891943f..1758f731 100755 --- a/docker/docker_update.sh +++ b/docker/docker_update.sh @@ -1,5 +1,3 @@ #!/bin/sh set -e - -git pull docker-compose -f dev/docker-compose.yml up -d --no-deps --build