forked from PaulinoBermudez/home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
up.sh
65 lines (51 loc) · 1.05 KB
/
up.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#!/bin/bash
echo "Subida de datos con script"
git pull
git add additionalContents/*
git nota "Contenidos"
# New line
git add assets/*
git nota "Configuraciones y estilos"
# New line
git audio/*
git nota "Audio"
# New line
git add css/*
git nota "css bootstrap"
# New line
git add images/*
git nota "Imagenes de contenido"
# New line
git add index.html
git nota "Home page"
# New line
git add js/*
git nota "JavaScript sheet of paper"
# New line
git add errores/*
git nota "Error pages"
# New line
git add mantenimiento.html
git nota "Pagina de mantenimiento"
# New line
git add index-mantenimiento.html
git nota "Pagina de mantenimiento"
# New line
git add sitemap.xml
git nota "sitemap del sitio registrado en GoogleAds."
git add robots.txt
git nota "Configuración de los Bots de indexación de Google"
# New line
git add noscript.css
git nota "noscript of css"
# New line
git add favicon.ico
git nota "Favicon image"
# New line
git add up.sh
git nota "Auto-eject system script -> GitHub"
# New line
git add *
git nota "Other folderes"
# New line
git sube