From 9b6988a8cb270b344de08f88efc82ae7640ca9b7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 16 Aug 2019 13:08:37 -0700 Subject: Updating readme with gitlab and github links. - Fixes #41 --- .dockerignore | 1 + README.md | 2 ++ docker/docker_update.sh | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3