Drone CI!~
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sivert V. Sæther 2023-02-06 05:19:38 +00:00
parent 7aab3c6020
commit 580bb090c7

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!~' - 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
image_pull_secrets: image_pull_secrets:
- registry - registry