refresh upload key
Some checks failed
build and publish / Publish (push) Failing after 4m15s
build and publish / Check config (push) Successful in 1m16s

This commit is contained in:
Cyryl Płotnicki 2024-12-30 15:14:17 +00:00
parent 76d3af9793
commit 1503dc0447

View file

@ -19,7 +19,7 @@ jobs:
${{ secrets.MB1_SSH_UPLOAD_KEY }}
EOF
chmod 400 ~/.ssh/id_ed25519
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILqDeXcIQwLXxuueu9KTC6y6NPUUzDRdF4Q5NUk+nFwt upload@blog" > ~/.ssh/id_ed25519.pub
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICt4yRr0Vl4rkto79Subis0LY8z3+g0VRAM7xf+YfLKO blog@mb1" > ~/.ssh/id_ed25519.pub
nix develop -c rsync -avz -e 'ssh -o StrictHostKeyChecking=accept-new' public/ blog@blog.cyplo.net:/var/www/blog/
- name: Check html
run: |