This commit is contained in:
parent
5bb8698c70
commit
24e595e71c
1 changed files with 2 additions and 1 deletions
|
@ -25,4 +25,5 @@ jobs:
|
|||
echo "${{ secrets.deploy_ssh_key }}" >> privkey
|
||||
chmod 600 privkey
|
||||
echo "abstractnonsen.se ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAufJTq206GOv0D8gHs2o3eDusLNWaB0U7JRhUYnux9B" >> ~/.ssh/known_hosts
|
||||
tar -czf -C . main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
|
||||
tar -czf main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
|
||||
|
||||
|
|
Loading…
Reference in a new issue