update cpanel
This commit is contained in:
parent
a1919b5abd
commit
c91daf12a3
1 changed files with 11 additions and 13 deletions
24
.cpanel.yml
24
.cpanel.yml
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
deployment:
|
||||
tasks:
|
||||
- /bin/cp _site/404.html ~/public_html
|
||||
|
@ -6,15 +5,14 @@ deployment:
|
|||
- /bin/cp _site/index.html ~/public_html
|
||||
- /bin/cp _site/redirects.json ~/public_html
|
||||
- /bin/cp _site/robots.txt ~/public_html
|
||||
- /bin/cp _site/404.html ~/public_html
|
||||
- /bin/cp _site/404.html ~/public_html
|
||||
|
||||
- /bin/cp -R assets ~/public_html
|
||||
- /bin/cp -R link ~/public_html
|
||||
- /bin/cp -R dev ~/public_html
|
||||
- /bin/cp -R after-yks ~/public_html
|
||||
- /bin/cp -R about ~/public_html
|
||||
- /bin/cp -R now ~/public_html
|
||||
- /bin/cp -R iflpanel ~/public_html
|
||||
- /bin/cp -R bagis ~/public_html
|
||||
- /bin/cp robots.txt ~/public_html
|
||||
- /bin/cp _site/sitemap.xml ~/public_html
|
||||
- /bin/cp _site/sw.min.js ~/public_html
|
||||
- /bin/cp -R _site/about ~/public_html
|
||||
- /bin/cp -R _site/archives ~/public_html
|
||||
- /bin/cp -R _site/assets ~/public_html
|
||||
- /bin/cp -R _site/categories ~/public_html
|
||||
- /bin/cp -R _site/donate ~/public_html
|
||||
- /bin/cp -R _site/norobots ~/public_html
|
||||
- /bin/cp -R _site/now ~/public_html
|
||||
- /bin/cp -R _site/posts ~/public_html
|
||||
- /bin/cp -R _site/tags ~/public_html
|
Loading…
Reference in a new issue