adds publish
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: Jochen maes <jochen@sejo-it.be>
This commit is contained in:
Jochen Maes 2023-10-21 11:04:39 +02:00
parent 067d4200c9
commit 6114984f13
2 changed files with 11 additions and 1 deletions

View File

@ -33,5 +33,11 @@ steps:
- name: compile
image: rust:1.73
commands:
- cargo build --target x86_64-unknown-linux-gnu
- cargo build --target aarch64-unknown-linux-gnu
- name:
image: rust:1.73
environment:
TOKEN:
from_secret: gitea_token
- cargo publish --registry gita --token $TOKEN

View File

@ -5,6 +5,10 @@ description = "Information gatherer for systems."
version = "0.1.0"
edition = "2021"
[registries]
gitea = { index = "https://gitea.sejo-it.be/SeJo-IT/_cargo-index" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]