Compare commits

..

No commits in common. "542616cb0b158d97de0523c94e8a487b4f4fdfa8" and "d82e0d2d488e6ab7f8a332b225aef138365c4e8b" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -22,5 +22,3 @@ jobs:
ls -al target/debian
UPLOAD_FILE=$(ls target/debian/*.deb)
curl --user jlusiardi:${{ secrets.UPLOAD_TOKEN }} --upload-file ${UPLOAD_FILE} https://gitea.intern.haus-in-hirschaid.de/api/packages/jlusiardi/debian/pool/bionic/main/upload
echo ${DEPLOY_PRIVATE_KEY} > /tmp/ssh_key
scp -i /tmp/ssh_key ${UPLOAD_FILE} jlusiardi@april2023.lusiardi.de:/var/www/p17.lusiardi.de/el_diabolo

2
Cargo.lock generated
View File

@ -147,7 +147,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "el_diabolo"
version = "0.2.1"
version = "0.2.0"
dependencies = [
"crossterm",
"macros",

View File

@ -3,7 +3,7 @@ members = ["macros"]
[package]
name = "el_diabolo"
version = "0.2.1"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html