This commit is contained in:
parent
8979c01add
commit
d0c1a7db9c
@ -14,7 +14,7 @@ steps:
|
|||||||
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
- hugo -e prod --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetricsHints
|
||||||
- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
|
- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
|
||||||
- git clone --branch gh-pages git@github.com:Ghost-Zephyr/Ghost-Zephyr.github.io.git github
|
- git clone --branch gh-pages git@github.com:Ghost-Zephyr/Ghost-Zephyr.github.io.git github
|
||||||
- cp -r public/* github/
|
- rm github/* && cp -r public/* github/
|
||||||
- cd github/ && git add -A && git commit -m "Drone CI!~ $(git rev-parse --short HEAD)" && git push
|
- cd github/ && git add -A && git commit -m "Drone CI!~ $(git rev-parse --short HEAD)" && git push
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
|
Loading…
Reference in New Issue
Block a user