From 830c8677f6ce02c28ff68f0cc553424c9d18d5bd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Feb 2026 12:26:00 -0600 Subject: [PATCH] Permitir cpanel.yml --- .cpanel.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .cpanel.yml diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 00000000..8d743340 --- /dev/null +++ b/.cpanel.yml @@ -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