more tuning
This commit is contained in:
parent
6660c11306
commit
d068620c3f
|
@ -22,7 +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 ${DEPLOY_PRIVATE_KEY} > /tmp/ssh_key
|
||||
echo -e ${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
|
Loading…
Reference in New Issue