1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-14 09:35:04 +00:00

feat(ghost-upload): add update support, manual CI job, and dependency updates

This commit is contained in:
2025-08-26 11:07:24 -06:00
parent 51c03d9213
commit 6aeb0ea8eb
4 changed files with 763 additions and 520 deletions

View File

@@ -13,3 +13,17 @@ publish:
- pages
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
publish_update:
stage: deploy
image: rust:latest
variables:
UPDATE_EXISTING: "true"
script:
- cd ./ghost-upload
- cargo run
needs:
- pages
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
when: manual