Aktualisiere Umgebungsvariablen-Konfiguration für das Produktions-Deployment
Some checks failed
Deploy production / deploy (push) Failing after 2s

This commit is contained in:
Torsten Schulz (local)
2026-08-26 15:42:00 +02:00
parent 9269896b42
commit b2431f1e16
2 changed files with 12 additions and 11 deletions

View File

@@ -11,10 +11,10 @@ jobs:
steps:
- name: Deploy auf stechuhr3
env:
DEPLOY_HOST: ${{ secrets.TIMECLOCK_DEPLOY_HOST }}
DEPLOY_USER: ${{ secrets.TIMECLOCK_DEPLOY_USER }}
DEPLOY_HOST: ${{ vars.TIMECLOCK_DEPLOY_HOST }}
DEPLOY_USER: ${{ vars.TIMECLOCK_DEPLOY_USER }}
DEPLOY_SSH_PRIVATE_KEY: ${{ secrets.TIMECLOCK_DEPLOY_SSH_PRIVATE_KEY }}
DEPLOY_SSH_KNOWN_HOSTS: ${{ secrets.TIMECLOCK_DEPLOY_SSH_KNOWN_HOSTS }}
DEPLOY_SSH_KNOWN_HOSTS: ${{ vars.TIMECLOCK_DEPLOY_SSH_KNOWN_HOSTS }}
run: |
set -eu