From 34ef0d6eb2316cb377d2be09a8e636847973596c Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Wed, 11 Aug 2021 13:20:20 -0700 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a02ad5..ef32251 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,6 @@ -name: Build jar +name: Main -on: - push: - branches: - - "!*" - tags: - - "v*" +on: push env: REGISTRY: ghcr.io @@ -38,6 +33,7 @@ jobs: - name: Publish Github Release uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: files: target/Doplarr.jar From f3b16874ba87664db92abe4b33e2981588a282d3 Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Wed, 11 Aug 2021 13:34:52 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50ab33b..1b0dca2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ > A _Better_ Sonarr/Radarr Request Bot for Discord -### Building +## Running with Docker + +Pull the latest image with `docker pull ghcr.io/kiranshila/doplarr:main` + +Then run with `fixme` + +## Building and Running Locally You need the Clojure CLI tools to build @@ -11,7 +17,7 @@ You need the Clojure CLI tools to build ### Configuring -1. Fill out `resources/config.edn` with the requisite things +1. Fill out `config.edn` with the requisite things ### Setting up as a service (On Linux (Systemd))