index2
This commit is contained in:
@@ -2,5 +2,4 @@
|
|||||||
deployment:
|
deployment:
|
||||||
tasks:
|
tasks:
|
||||||
- export DEPLOYPATH=/home/javi/hello-world.ai1.ovh/
|
- export DEPLOYPATH=/home/javi/hello-world.ai1.ovh/
|
||||||
- /bin/cp index.html $DEPLOYPATH
|
- /bin/cp -a * $DEPLOYPATH
|
||||||
- echo "OK: despliegue completo en $DEPLOYPATH"
|
|
||||||
10
index2.html
Normal file
10
index2.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Hola mundo</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hola mundo 7</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user