From 9418875189633abb0fe601c59dd8120085a71e14 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 14 Feb 2026 14:27:03 -0600 Subject: [PATCH] Anexo de archivo cpanel --- .cpanel.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .cpanel.yaml diff --git a/.cpanel.yaml b/.cpanel.yaml new file mode 100644 index 00000000..8d743340 --- /dev/null +++ b/.cpanel.yaml @@ -0,0 +1,7 @@ +--- +deployment: + tasks: + - export APPPATH=/home/devsecuiep/repositories/SistemaEducativoLaravel + - /usr/local/bin/composer install --no-dev --optimize-autoloader + - export DEPLOYPATH=/home/devsecuiep/public_html + - /bin/cp -R public/* $DEPLOYPATH