rebranding
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-02-16 18:16:41 +01:00
parent c4344b1ddd
commit c8d4b5b4c0
5 changed files with 29 additions and 29 deletions

46
Cargo.lock generated
View File

@@ -2,6 +2,29 @@
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 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]] [[package]]
name = "addr2line" name = "addr2line"
version = "0.21.0" version = "0.21.0"
@@ -396,29 +419,6 @@ dependencies = [
"pnet_macros_support", "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]] [[package]]
name = "dotenv" name = "dotenv"
version = "0.15.0" version = "0.15.0"

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "djheuel" name = "ohrwurm"
version = "0.1.0" version = "0.1.0"
authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"] authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"]
edition = "2021" edition = "2021"

View File

@@ -22,6 +22,6 @@ FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y python3-pip ffmpeg RUN apt-get update && apt-get install -y python3-pip ffmpeg
RUN pip install -U yt-dlp RUN pip install -U yt-dlp
COPY --from=build /app/target/release/djheuel . COPY --from=build /app/target/release/ohrwurm .
CMD ["./djheuel"] CMD ["./ohrwurm"]

View File

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

View File

@@ -1,9 +1,9 @@
--- ---
version: "2.1" version: "2.1"
services: services:
djheuel: ohrwurm:
build: . build: .
container_name: DJHeuel container_name: ohrwurm
restart: unless-stopped restart: unless-stopped
environment: environment:
- DISCORD_TOKEN=${DISCORD_TOKEN} - DISCORD_TOKEN=${DISCORD_TOKEN}