Merge branch 'main' of github.com:kiranshila/Doplarr

This commit is contained in:
Kiran Shila
2021-08-11 18:39:32 -07:00
2 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

@@ -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))