remove unnecessary files
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
This commit is contained in:
parent
91c83197db
commit
a3a04dffa0
4 changed files with 1 additions and 19 deletions
18
.cpanel.yml
18
.cpanel.yml
|
@ -1,18 +0,0 @@
|
||||||
deployment:
|
|
||||||
tasks:
|
|
||||||
- /bin/cp _site/404.html ~/public_html
|
|
||||||
- /bin/cp _site/feed.xml ~/public_html
|
|
||||||
- /bin/cp _site/index.html ~/public_html
|
|
||||||
- /bin/cp _site/redirects.json ~/public_html
|
|
||||||
- /bin/cp _site/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
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@ Gemfile.lock
|
||||||
|
|
||||||
# Jekyll cache
|
# Jekyll cache
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
# _site
|
_site
|
||||||
|
|
||||||
# RubyGems
|
# RubyGems
|
||||||
*.gem
|
*.gem
|
||||||
|
|
Loading…
Reference in a new issue