dev #5

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

View File

@@ -19,7 +19,9 @@ jobs:
run: git config --global --add safe.directory /deploy/laravel
- 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
run: |