test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 8s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 8s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user