This commit is contained in:
parent
9e6694a91c
commit
e405e38979
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ jobs:
|
||||||
latexmk main.tex
|
latexmk main.tex
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.deploy_ssh_key }} >> privkey
|
echo "${{ secrets.deploy_ssh_key }}" >> privkey
|
||||||
chmod 600 privkey
|
chmod 600 privkey
|
||||||
tar -czf -C . main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
|
tar -czf -C . main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
|
||||||
|
|
Loading…
Reference in a new issue