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_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
|
||||||
|
|||||||
@@ -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
@@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
## 2026.3.0 (2026-07-27)
|
## v2026.3.0-0 (2026-07-27)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user