🧙 CI Wizard
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sivert V. Sæther 2023-02-06 05:30:11 +00:00
parent 580bb090c7
commit 8979c01add

View File

@ -15,7 +15,7 @@ steps:
- 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/ - cp -r public/* github/
- cd github/ && git add -A && git commit -m "Drone CI!~ [$(git rev-parse --short HEAD)](https://github.com/Ghost-Zephyr/Ghost-Zephyr.github.io/commit/$(git rev-parse 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:
- registry - registry