fix: let tar write to stdout
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 16s

This commit is contained in:
Maximilian Keßler 2023-10-17 15:03:53 +02:00
parent 24e595e71c
commit 93606c26e2
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -25,5 +25,5 @@ jobs:
echo "${{ secrets.deploy_ssh_key }}" >> privkey
chmod 600 privkey
echo "abstractnonsen.se ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAufJTq206GOv0D8gHs2o3eDusLNWaB0U7JRhUYnux9B" >> ~/.ssh/known_hosts
tar -czf main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
tar -C . -czf - main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se