Files
hello-world/.cpanel.yml
2026-04-30 10:32:03 +07:00

6 lines
169 B
YAML

---
deployment:
tasks:
- export DEPLOYPATH=/home/javi/hello-world.ai1.ovh/
- /bin/cp index.html $DEPLOYPATH
- echo "OK: despliegue completo en $DEPLOYPATH"