Skip to content

Commit d207586

Browse files
committed
Add files via upload
1 parent b1d67a1 commit d207586

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

deploy.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
BOLD=$(tput bold)
33
RESET=$(tput sgr0)
44

5-
echo "=============================="
5+
echo "============================================================"
66
echo "${BOLD}${PWD##*/}${RESET}"
7-
echo "=============================="
7+
echo "============================================================"
88

9-
#==================================================================================================
9+
#============================================================
1010
# serve with hot reload at localhost:4020
11-
#==================================================================================================
11+
#============================================================
1212
npm_run_dev() {
1313
while true; do
1414
printf "\n"
@@ -21,9 +21,9 @@ npm_run_dev() {
2121
done
2222
}
2323

24-
#==================================================================================================
24+
#============================================================
2525
# build for production with minification
26-
#==================================================================================================
26+
#============================================================
2727
npm_run_build() {
2828
while true; do
2929
printf "\n"
@@ -36,9 +36,9 @@ npm_run_build() {
3636
done
3737
}
3838

39-
#==================================================================================================
39+
#============================================================
4040
# git commit
41-
#==================================================================================================
41+
#============================================================
4242
git_commit() {
4343
while true; do
4444
printf "\n"
@@ -65,9 +65,9 @@ git_commit() {
6565
done
6666
}
6767

68-
#==================================================================================================
68+
#============================================================
6969
# git push
70-
#==================================================================================================
70+
#============================================================
7171
git_push() {
7272
while true; do
7373
printf "\n"
@@ -80,9 +80,9 @@ git_push() {
8080
done
8181
}
8282

83-
#==================================================================================================
83+
#============================================================
8484
# main
85-
#==================================================================================================
85+
#============================================================
8686
main() {
8787
npm_run_dev
8888
npm_run_build

0 commit comments

Comments
 (0)