From 1dee7e1fc0280e74fb6d0e9aadd6f20de380be72 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Mar 2026 14:45:23 -0600 Subject: [PATCH] build production --- .cpanel.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index 66277769..0b8a39a7 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,5 +1,8 @@ ---- deployment: tasks: - export DEPLOYPATH=/home/devsecuiep/public_html - - /bin/cp -R public/* $DEPLOYPATH + + - /bin/cp -R public/build $DEPLOYPATH + - /bin/cp -R public/assets $DEPLOYPATH + + - /opt/cpanel/ea-php83/root/usr/bin/php artisan optimize