test pipeline

This commit is contained in:
2026-01-23 19:26:51 +01:00
parent 7489a3903d
commit c1814c0d47

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"