Compare commits

...

2 Commits

Author SHA1 Message Date
Joachim Lusiardi 542616cb0b version bump 2024-11-07 09:15:44 +01:00
Joachim Lusiardi 9a6c8f5116 try to auto publish to website 2024-11-07 09:15:24 +01:00
3 changed files with 4 additions and 2 deletions

View File

@ -22,3 +22,5 @@ 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.0"
version = "0.2.1"
dependencies = [
"crossterm",
"macros",

View File

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