Private
Public Access
chg: pkg: new version release !skipChangelog
Deploy to Production / deploy (push) Successful in 27s
Deploy to Production / deploy (push) Successful in 27s
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
APP_ENV=dev
|
||||
APP_SECRET=changethis
|
||||
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)
|
||||
# For production, set this to your domain (e.g., mineseeker.com)
|
||||
APP_PUBLIC_HOSTNAME=localhost
|
||||
|
||||
@@ -34,6 +34,8 @@ jobs:
|
||||
docker compose build
|
||||
|
||||
- name: Start services
|
||||
env:
|
||||
APP_VERSION: ${{ vars.APP_VERSION }}
|
||||
run: |
|
||||
cd "${{ vars.PROD_APP_DIR }}"
|
||||
docker compose up -d minio
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## 2026.3.0 (2026-07-27)
|
||||
## v2026.3.0-0 (2026-07-27)
|
||||
|
||||
### New
|
||||
|
||||
|
||||
Reference in New Issue
Block a user