feat: use portainer hook instead of pushing image to gitea package repository
All checks were successful
Build and Deploy / typecheck (push) Successful in 1m28s
Build and Deploy / build (push) Successful in 13s
Build and Deploy / deploy (push) Successful in 1s

This commit is contained in:
2026-05-30 12:36:33 +02:00
parent dab026de99
commit fcd85350ec
2 changed files with 13 additions and 12 deletions

View File

@@ -28,7 +28,9 @@ services:
discord-bot:
container_name: lbf-bot
image: git.pihkaal.me/pihkaal/lbf-bot:latest
build:
context: .
dockerfile: apps/discord-bot/Dockerfile
restart: unless-stopped
depends_on:
postgres: