test pipeline
Some checks failed
CI/CD Pipeline / test (push) Successful in 20s
CI/CD Pipeline / deploy (push) Failing after 9s

This commit is contained in:
2026-01-19 19:50:08 +01:00
parent 5233432f15
commit 96c455c78b

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"