fix publish 2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitry Belyaev 2023-03-29 13:46:21 +03:00
parent dda50e7d2b
commit f5bd72b298
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,10 @@ steps:
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
trigger:
event:
- push
---
kind: pipeline
name: publish
@ -24,9 +28,9 @@ steps:
- cargo publish --registry gitea -p chgk_ledb_lib
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_REGISTRIES_GITEA_INDEX: https://gitea.b4tman.ru/b4tman/_cargo-index
CARGO_REGISTRIES_GITEA_INDEX: https://gitea.b4tman.ru/b4tman/_cargo-index.git
CARGO_REGISTRIES_GITEA_TOKEN:
from_secret: gitea_password
from_secret: cargo_gitea_token
trigger:
event: