dev #5

Merged
RHPZAdmin merged 16 commits from dev into master 2026-06-24 10:13:34 +00:00
Showing only changes of commit e3424480d9 - Show all commits

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