feat: add index.html to send people to
Deploy Website / build-and-deploy (push) Failing after 6m19s

This commit is contained in:
Andrew Rioux
2026-05-30 22:32:02 -04:00
parent a346f06d49
commit 47226ecad4
6 changed files with 367 additions and 3 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ jobs:
chmod 400 ssh-key
export NIX_PATH=nixpkgs=flake:nixpkgs:/nix/var/nix/profiles/per-user/root/channels/nixos
/run/current-system/sw/bin/nix-shell -p rsync openssh --run \
'rsync -avz -e "ssh -oStrictHostKeyChecking=accept-new -i ssh-key" result/* deploy@andrew.riouxs.co:/srv/site'
'rsync -avz -e "ssh -oStrictHostKeyChecking=accept-new -i ssh-key" result/{build,index.html,resources} deploy@andrew.riouxs.co:/srv/site'
/run/current-system/sw/bin/nix-shell -p rsync openssh --run \
'rsync -avz -e "ssh -oStrictHostKeyChecking=accept-new -i ssh-key" --ignore-existing result/articles/* deploy@andrew.riouxs.co:/srv/site/articles'
- name: Remove SSH key
if: always()