From 2a58488a09a023b835c0e8ecbc89cfe573890706 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 27 Feb 2020 23:15:41 +0100 Subject: [PATCH] updated README.md added .drone.yml --- .drone.yml | 12 ++++++++++++ README.md | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..abbea2d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +steps: + - name: docker + image: plugins/docker + settings: + repo: samuelph/feed2toot + username: + from_secret: USERNAME + password: + from_secret: PASSWORD \ No newline at end of file diff --git a/README.md b/README.md index d4e613f..3654985 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# feed2toot-docker +# [feed2toot-docker](https://git.sp-codes.de/samuel-p/feed2toot-docker) + +[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) ![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot) A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot). ## Usage -Create a `feed2toot` directory and your custom `feed2toot.ini` with the [feed2toot config](https://gitlab.com/chaica/feed2toot#use-feed2toot) in this directory. You can use the path `/feed2toot` in that file, as the directory will be mounted to that path. +Create a `feed2toot` directory and your custom `feed2toot.ini` with the [feed2toot config](https://gitlab.com/chaica/feed2toot#use-feed2toot) in this directory. You can use the path `/feed2toot` in that file, as the directory will be mounted to that path. Example: