chore: migrate build context label to Gitea; bump version to 0.5.5

This commit is contained in:
Troll (Hermes Agent) 2026-08-07 16:25:20 +00:00
parent 214b9f803d
commit 410a9cf021
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Theme Song Booth # Theme Song Booth
**Version:** `v0.5.4` **Version:** `v0.5.5`
A Flask web application for running a convention booth where visitors request a custom AI-generated theme song. Operators manage the queue from an admin dashboard, generate Suno prompts, upload MP3 previews, collect payment, and deliver final songs by email. A Flask web application for running a convention booth where visitors request a custom AI-generated theme song. Operators manage the queue from an admin dashboard, generate Suno prompts, upload MP3 previews, collect payment, and deliver final songs by email.
@ -180,7 +180,7 @@ python init_db.py
### Updating the deployment ### Updating the deployment
After each push to GitLab: After each push to Gitea:
```text ```text
Portainer → Stacks → theme-song-booth → Pull and redeploy Portainer → Stacks → theme-song-booth → Pull and redeploy

View file

@ -1 +1 @@
0.5.4 0.5.5

View file

@ -2,7 +2,7 @@
# ================== # ==================
# #
# Portainer stack definition. # Portainer stack definition.
# Builds the image directly from the GitLab repository (main branch). # Builds the image directly from the Gitea repository (main branch).
# #
# Environment variables are set in Portainer under the stack's # Environment variables are set in Portainer under the stack's
# Environment variables section. The container uses them directly, # Environment variables section. The container uses them directly,