diff --git a/Cargo.lock b/Cargo.lock index c1366de..0b569ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,29 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "Ohrwurm" +version = "0.1.0" +dependencies = [ + "dotenv", + "futures", + "regex", + "reqwest", + "serde_json", + "songbird", + "symphonia", + "tokio", + "tracing", + "tracing-subscriber 0.2.25", + "twilight-cache-inmemory", + "twilight-gateway", + "twilight-http", + "twilight-model", + "twilight-standby", + "twilight-util", + "url", +] + [[package]] name = "addr2line" version = "0.21.0" @@ -396,29 +419,6 @@ dependencies = [ "pnet_macros_support", ] -[[package]] -name = "djheuel" -version = "0.1.0" -dependencies = [ - "dotenv", - "futures", - "regex", - "reqwest", - "serde_json", - "songbird", - "symphonia", - "tokio", - "tracing", - "tracing-subscriber 0.2.25", - "twilight-cache-inmemory", - "twilight-gateway", - "twilight-http", - "twilight-model", - "twilight-standby", - "twilight-util", - "url", -] - [[package]] name = "dotenv" version = "0.15.0" diff --git a/Cargo.toml b/Cargo.toml index b557579..b55126f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "djheuel" +name = "ohrwurm" version = "0.1.0" authors = ["Johannes Heuel "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index 18e7bda..cd32c25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,6 @@ FROM debian:bullseye-slim RUN apt-get update && apt-get install -y python3-pip ffmpeg RUN pip install -U yt-dlp -COPY --from=build /app/target/release/djheuel . +COPY --from=build /app/target/release/ohrwurm . -CMD ["./djheuel"] +CMD ["./ohrwurm"] diff --git a/README.md b/README.md index 8f2f82c..7a3e6c6 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -[![Build Status](https://drone.jheuel.boosted.science/api/badges/jheuel/djheuel/status.svg)](https://drone.jheuel.boosted.science/jheuel/djheuel) +[![Build Status](https://drone.jheuel.boosted.science/api/badges/jheuel/ohrwurm/status.svg)](https://drone.jheuel.boosted.science/jheuel/ohrwurm) diff --git a/docker-compose.yml b/docker-compose.yml index 7f2bb18..f53d2a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ --- version: "2.1" services: - djheuel: + ohrwurm: build: . - container_name: DJHeuel + container_name: ohrwurm restart: unless-stopped environment: - DISCORD_TOKEN=${DISCORD_TOKEN}