This commit is contained in:
Joachim Lusiardi 2024-11-07 09:46:15 +01:00
parent 8f151836bd
commit c91d57f049
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ 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 ${ secrets.DEPLOY_PRIVATE_KEY }
echo -e ${ secrets.DEPLOY_PRIVATE_KEY } > /tmp/ssh_key
echo -e "${{ secrets.DEPLOY_PRIVATE_KEY }}"
echo -e "${{ secrets.DEPLOY_PRIVATE_KEY }}" > /tmp/ssh_key
chmod 0600 /tmp/ssh_key
cat /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