Update Staging Deploy
Some checks failed
Deploy Laravel Staging / deploy (push) Has been cancelled

This commit is contained in:
2026-06-09 11:16:22 +02:00
parent 7509a2ce4e
commit e3424480d9

View File

@@ -14,7 +14,7 @@ jobs:
- name: Code pull
env:
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i /root/.ssh/id_ed25519"
GIT_SSH_COMMAND: "ssh -vv -o StrictHostKeyChecking=no -i /root/.ssh/id_ed25519"
run: git -C /deploy/laravel pull origin staging
- name: Composer Dependencies