test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 8s

This commit is contained in:
Clemens Hering
2025-11-09 16:00:44 +01:00
parent 4b1ae663ec
commit c9a470e044

View File

@@ -32,8 +32,8 @@ jobs:
(ssh-keygen -F gitea.smb-corp.de >/dev/null || ssh-keyscan -H gitea.smb-corp.de >> ~/.ssh/known_hosts) || true (ssh-keygen -F gitea.smb-corp.de >/dev/null || ssh-keyscan -H gitea.smb-corp.de >> ~/.ssh/known_hosts) || true
git config --global url."ssh://git@gitea.smb-corp.de".insteadOf "https://gitea.smb-corp.de" git config --global url."ssh://git@gitea.smb-corp.de".insteadOf "https://gitea.smb-corp.de"
- name: Checkout repository - name: Checkout Repository
run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} . uses: actions/checkout@v4
- name: Deploy via SSH (only required files) - name: Deploy via SSH (only required files)
shell: bash shell: bash
run: | run: |