test
Publish Docker Image / test (push) Failing after 45s
Publish Docker Image / build-and-push (push) Has been skipped

This commit is contained in:
2026-05-30 23:16:06 +02:00
parent d8ed5543f3
commit a476d1729e
+5 -2
View File
@@ -12,6 +12,7 @@ A Discord bot with slash commands for meme generation and more.
## Setup ## Setup
### Local Development ### Local Development
```bash ```bash
git clone https://github.com/EstebanVincent/DiscordBot.git git clone https://github.com/EstebanVincent/DiscordBot.git
cd DiscordBot cd DiscordBot
@@ -21,6 +22,7 @@ uv run python src/main.py
``` ```
### Docker ### Docker
```bash ```bash
# Build and run locally # Build and run locally
docker build -t discord-bot . docker build -t discord-bot .
@@ -38,10 +40,9 @@ docker run -d --name discord-bot -e DISCORD_TOKEN=... -e WEBHOOK_URL=... -e API_
## Discord Setup ## Discord Setup
1. Create bot at [Discord Developer Portal](https://discord.com/developers/applications) 1. Create bot at [Discord Developer Portal](https://discord.com/developers/applications)
2. Copy bot token to environment variables 2. Copy bot token to environment variables
3. Invite bot with permissions: Send Messages, Use Slash Commands, Embed Links 3. Invite bot with permissions: Send Messages, Use Slash Commands, Embed Links
## Development ## Development
```bash ```bash
@@ -51,3 +52,5 @@ uv run ruff format src
``` ```
Project uses GitHub Actions for CI/CD with semantic versioning and automated Docker builds. Project uses GitHub Actions for CI/CD with semantic versioning and automated Docker builds.
test