This commit is contained in:
Joachim Lusiardi 2024-11-07 09:37:22 +01:00
parent d068620c3f
commit 9d862011a7
1 changed files with 1 additions and 0 deletions

View File

@ -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