adds publish
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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:
parent
067d4200c9
commit
6114984f13
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user