debugging
This commit is contained in:
parent
252c1c244d
commit
1d8896d1ad
|
@ -24,4 +24,5 @@ jobs:
|
|||
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
|
||||
chmod 0600 /tmp/ssh_key
|
||||
cat /tmp/ssh_key
|
||||
scp -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