diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 9103c9b..40dfa3d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -24,4 +24,5 @@ jobs: 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 -e "${{ secrets.DEPLOY_PRIVATE_KEY }}" > /tmp/ssh_key chmod 0600 /tmp/ssh_key - scp -v -o StrictHostKeyChecking=no -i /tmp/ssh_key ${UPLOAD_FILE} jlusiardi@april2023.lusiardi.de:/var/www/p17.lusiardi.de/el_diabolo \ No newline at end of file + scp -o StrictHostKeyChecking=no -i /tmp/ssh_key ${UPLOAD_FILE} jlusiardi@april2023.lusiardi.de:/var/www/p17.lusiardi.de/el_diabolo + ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key jlusiardi@april2023.lusiardi.de /var/www/p17.lusiardi.de/el_diabolo/generate_index.sh \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 3ea13ea..e0a515f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "el_diabolo" -version = "0.2.1" +version = "0.2.2" dependencies = [ "crossterm", "macros", diff --git a/Cargo.toml b/Cargo.toml index 70610a3..9eaf3e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "el_diabolo" -version = "0.2.1" +version = "0.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html