From 9d862011a7e57f79024b2f2142c5a4727c605c76 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Thu, 7 Nov 2024 09:37:22 +0100 Subject: [PATCH] testing --- .gitea/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ab84839..c6db89e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -22,6 +22,7 @@ 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 -e ${DEPLOY_PRIVATE_KEY} echo -e ${DEPLOY_PRIVATE_KEY} > /tmp/ssh_key chmod 0600 /tmp/ssh_key cat /tmp/ssh_key