testing
This commit is contained in:
parent
d068620c3f
commit
9d862011a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue