From c154fae28f7284ac6006a50b8066d6daf9100923 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 31 Oct 2019 20:38:13 -0500 Subject: [PATCH] rename actions, replace travis badge by action's --- .drone.yml | 4 ++-- .github/workflows/{blank.yml => ci-build.yml} | 2 +- README.md | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) rename .github/workflows/{blank.yml => ci-build.yml} (97%) diff --git a/.drone.yml b/.drone.yml index b3ac45df..d4cf6c8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -83,8 +83,8 @@ steps: - name: deploy image: docker.umputun.com/system/deploy-ci:master commands: - - ssh umputun@master.radio-t.com "cd /srv/remark && git pull" - - ssh umputun@master.radio-t.com "cd /srv/remark && docker-compose pull && docker-compose up -d" + - ssh umputun@remark42.com "cd /srv/remark && git pull" + - ssh umputun@remark42.com "cd /srv/remark && docker-compose pull && docker-compose up -d" when: branch: master event: push diff --git a/.github/workflows/blank.yml b/.github/workflows/ci-build.yml similarity index 97% rename from .github/workflows/blank.yml rename to .github/workflows/ci-build.yml index 7fb88b16..e95fde8b 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/ci-build.yml @@ -1,4 +1,4 @@ -name: Github Actions CI +name: build on: push: diff --git a/README.md b/README.md index 691a67e5..269b4f82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# remark42 [![Build Status](https://travis-ci.org/umputun/remark.svg?branch=master)](https://travis-ci.org/umputun/remark) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/remark)](https://goreportcard.com/report/github.com/umputun/remark) [![Coverage Status](https://coveralls.io/repos/github/umputun/remark/badge.svg?branch=master)](https://coveralls.io/github/umputun/remark?branch=master) +# remark42 [![Build Status](https://github.com/umputun/remark/workflows/build/badge.svg)](https://github.com/umputun/remark/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/remark)](https://goreportcard.com/report/github.com/umputun/remark) [![Coverage Status](https://coveralls.io/repos/github/umputun/remark/badge.svg?branch=master)](https://coveralls.io/github/umputun/remark?branch=master) + + Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments.