diff --git a/Jenkinsfile b/Jenkinsfile index 567fb55..c4884b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -123,7 +123,13 @@ pipeline { stage('Restart Services') { steps { dir("${APP_DIR}") { - sh 'docker restart ntspi-nginx ntspi-php ntspi-php-queue' + sh ''' + docker exec ntspi-php php artisan inertia:stop-ssr || true + docker restart ntspi-nginx ntspi-php ntspi-php-queue + sleep 5 + docker exec ntspi-php php artisan inertia:stop-ssr || true + docker exec ntspi-php php artisan inertia:start-ssr || true + ''' } } } diff --git a/resources/js/Pages/Client/Schedules/Index.vue b/resources/js/Pages/Client/Schedules/Index.vue index 610c9ce..b8f6e35 100755 --- a/resources/js/Pages/Client/Schedules/Index.vue +++ b/resources/js/Pages/Client/Schedules/Index.vue @@ -1,222 +1,72 @@ - \ No newline at end of file +