merge working ci/cd into master #1

Merged
nihonium merged 20 commits from cicd into master 2025-10-08 21:19:12 +03:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit 67ea56ec5d - Show all commits

2
deploy/buildx.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker buildx build --platform linux/amd64 -t meowgit.nekoea.red/nihonium/forgejo-runner:latest -f ./Dockerfiles/Dockerfile_forgejo-runner . --push

View file

@ -1,7 +0,0 @@
FROM ubuntu:22.04
WORKDIR /app
COPY --chmod=755 nyanimedb /app
COPY templates /app/templates
EXPOSE 8080
ENTRYPOINT ["/app/nyanimedb"]