Update Staging Deploy
Some checks failed
Deploy Laravel Staging / deploy (push) Failing after 0s

This commit is contained in:
2026-06-09 11:25:16 +02:00
parent e3424480d9
commit 4419e8972f

View File

@@ -9,12 +9,16 @@ jobs:
runs-on: self-hosted
steps:
- name: Configure Git credentials
run: |
git config --global credential.helper store
echo "https://staging-runner:${{ env.GITEA_TOKEN }}@code.romhackplaza.org" \
> /root/.git-credentials
- name: Mark Git Folder as safe
run: git config --global --add safe.directory /deploy/laravel
- name: Code pull
env:
GIT_SSH_COMMAND: "ssh -vv -o StrictHostKeyChecking=no -i /root/.ssh/id_ed25519"
run: git -C /deploy/laravel pull origin staging
- name: Composer Dependencies