rename actions, replace travis badge by action's

This commit is contained in:
Umputun
2019-10-31 20:38:13 -05:00
parent 776b9117fc
commit c154fae28f
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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
@@ -1,4 +1,4 @@
name: Github Actions CI
name: build
on:
push:
+3 -1
View File
@@ -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.