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