Aktualisiere Umgebungsvariablen-Konfiguration für das Produktions-Deployment
Some checks failed
Deploy production / deploy (push) Failing after 2s
Some checks failed
Deploy production / deploy (push) Failing after 2s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user