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