mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
debian version
This commit is contained in:
parent
c425e45107
commit
45f356eed9
1 changed files with 2 additions and 3 deletions
|
@ -109,12 +109,11 @@ steps:
|
|||
|
||||
# using https://github.com/pksunkara/cargo-workspaces
|
||||
publish_to_crates_io:
|
||||
image: *rust_image
|
||||
# necessary for libssl1.1 requirement of cargo-workspaces binary
|
||||
image: debian:bullseye-slim
|
||||
commands:
|
||||
# reuse binstall from machete step
|
||||
- ./cargo-binstall -y cargo-workspaces
|
||||
- apt update
|
||||
- apt install --yes libssl
|
||||
- 'echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"'
|
||||
- cp -r migrations crates/db_schema/
|
||||
- cargo login "$CARGO_API_TOKEN"
|
||||
|
|
Loading…
Reference in a new issue