test pipeline
Some checks failed
CI/CD Pipeline / test (push) Successful in 3s
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
2026-01-19 19:48:04 +01:00
parent c4b0bf3b19
commit 5233432f15

View File

@@ -63,7 +63,7 @@
- name: Display backup location
debug:
msg: "Database backed up to: {{ backup_result.stdout }}"
msg: " Database backed up to: {{ backup_result.stdout }}"
- name: Run database migrations safely
command: "keyhelp-php84 artisan migrate:safe --force"