removed debug, fixed deployment env
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 9s

This commit is contained in:
2026-02-01 19:06:40 +01:00
parent 4fa2be1351
commit 53795cf5cd
2 changed files with 1 additions and 4 deletions

View File

@@ -38,4 +38,4 @@ jobs:
SSH_KNOWN_HOSTS: ${{ vars.SSH_KNOWN_HOSTS }}
DEPLOYMENT_HOST: ${{ vars.DEPLOYMENT_HOST }}
DEPLOYMENT_PATH: ${{ vars.DEPLOYMENT_PATH }}
APP_VERSION: ${{ vars.GITHUB_REF_NAME }}
APP_VERSION: ${{ env.GITHUB_REF_NAME }}