1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 19:41:38 +00:00

Upload Posts to Ghost

This commit is contained in:
2024-03-03 20:07:25 +00:00
parent 7e65f3b590
commit 872a2af846
8 changed files with 2064 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
cache:
paths:
- ./ghost-upload/target/
- ./ghost-upload/cargo/
publish:
stage: deploy
image: rust:latest
script:
- cd ./ghost-upload
- cargo run
needs:
- pages
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"