feat(jenkins): add dashboard:sync-permissions after migrations

Ensures all dashboard permissions exist on every deploy.
Command is idempotent — safe to run repeatedly.
This commit is contained in:
F4ilji
2026-07-11 14:22:05 +05:00
parent c6ca3258c1
commit 9ac4f89e36
Vendored
+1
View File
@@ -61,6 +61,7 @@ pipeline {
steps {
dir("${APP_DIR}") {
sh 'docker exec ntspi-php php artisan migrate --force'
sh 'docker exec ntspi-php php artisan dashboard:sync-permissions'
}
}
post {