From 7123d8882d7b880082d2571c4509e38d859c6ed3 Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Thu, 30 Apr 2026 10:32:03 +0700 Subject: [PATCH] cpanel.yml --- .cpanel.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index 0f0b04d..14133ae 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,4 +1,6 @@ --- deployment: - tasks: - - cp -r . /home/javi/hello-world.ai1.ovh/ \ No newline at end of file + tasks: + - export DEPLOYPATH=/home/javi/hello-world.ai1.ovh/ + - /bin/cp index.html $DEPLOYPATH + - echo "OK: despliegue completo en $DEPLOYPATH" \ No newline at end of file