mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-12 16:45:08 +00:00
11 lines
178 B
YAML
11 lines
178 B
YAML
publish:
|
|
stage: deploy
|
|
image: rust:latest
|
|
script:
|
|
- cd ./ghost-upload
|
|
- cargo run
|
|
needs:
|
|
- pages
|
|
rules:
|
|
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|