The Bot for @vollmond@fnordon.de #5

Merged
dentaku merged 17 commits from beta-bot into main 2024-11-17 15:26:19 +00:00
3 changed files with 13 additions and 2 deletions
Showing only changes of commit 80dff07d94 - Show all commits

View file

@ -3,7 +3,9 @@ pipeline:
secrets: [docker_username, docker_password]
image: woodpeckerci/plugin-docker-buildx
settings:
repo: dentaku/vollmond
context: bot
# dockerfile: bot/Dockerfile
repo: dentaku/vollmond-bot
tag: latest
auto-tag: true
platforms: [linux/amd64, linux/arm64]

View file

@ -1 +1,9 @@
# pip3 install Mastodon.py
FROM python:3
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./testbot.py" ]

1
bot/requirements.txt Normal file
View file

@ -0,0 +1 @@
Mastodon.py