1 Commits
1.0.1 ... main

Author SHA1 Message Date
26c27c5193 fixed ci version information
All checks were successful
Build website to check for errors / test (push) Successful in 11s
Deploy website on production server on a tag / test (push) Successful in 11s
2026-07-30 07:25:37 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ jobs:
submodules: true
- run: make
env:
APP_VERSION: ${{ env.GITEA_REF_NAME }}
APP_VERSION: ${{ github.ref_name }}

View File

@@ -45,4 +45,4 @@ jobs:
SSH_KNOWN_HOSTS: ${{ vars.SSH_KNOWN_HOSTS }}
DEPLOYMENT_HOST: ${{ vars.DEPLOYMENT_HOST }}
DEPLOYMENT_PATH: ${{ vars.DEPLOYMENT_PATH }}
APP_VERSION: ${{ env.GITEA_REF_NAME }}
APP_VERSION: ${{ github.ref_name }}