chg: pkg: new version release !skipChangelog
Deploy to Production / deploy (push) Successful in 27s

This commit is contained in:
2026-07-27 19:30:53 +02:00
parent 306add033a
commit 8b428260d7
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@
APP_ENV=dev APP_ENV=dev
APP_SECRET=changethis APP_SECRET=changethis
APP_NAME=mineseeker APP_NAME=mineseeker
# Public application release identifier, e.g. 2026.3.0. In Gitea production
# deployments this is supplied by the APP_VERSION repository variable.
APP_VERSION=1.0.0
# APP_PUBLIC_HOSTNAME: The public hostname for your application (used for generating absolute URLs in emails) # APP_PUBLIC_HOSTNAME: The public hostname for your application (used for generating absolute URLs in emails)
# For production, set this to your domain (e.g., mineseeker.com) # For production, set this to your domain (e.g., mineseeker.com)
APP_PUBLIC_HOSTNAME=localhost APP_PUBLIC_HOSTNAME=localhost
+2
View File
@@ -34,6 +34,8 @@ jobs:
docker compose build docker compose build
- name: Start services - name: Start services
env:
APP_VERSION: ${{ vars.APP_VERSION }}
run: | run: |
cd "${{ vars.PROD_APP_DIR }}" cd "${{ vars.PROD_APP_DIR }}"
docker compose up -d minio docker compose up -d minio
+1 -1
View File
@@ -1,7 +1,7 @@
# Changelog # Changelog
## 2026.3.0 (2026-07-27) ## v2026.3.0-0 (2026-07-27)
### New ### New