chore: migrate build context label to Gitea; bump version to 0.5.5
This commit is contained in:
parent
214b9f803d
commit
410a9cf021
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.5.4
|
0.5.5
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Reference in a new issue