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

This commit is contained in:
2026-06-09 11:26:56 +02:00
parent 4419e8972f
commit 006cf197cf

View File

@@ -19,7 +19,9 @@ jobs:
run: git config --global --add safe.directory /deploy/laravel run: git config --global --add safe.directory /deploy/laravel
- name: Code pull - name: Code pull
run: git -C /deploy/laravel pull origin staging run: |
git -C /deploy/laravel fetch origin staging
git -C /deploy/laravel reset --hard origin/staging
- name: Composer Dependencies - name: Composer Dependencies
run: | run: |