feat: Use assets outside of repo
All checks were successful
CI / build (push) Successful in 11s
CI / deploy (push) Successful in 5s

This commit is contained in:
Matthew Binning 2026-04-04 16:32:51 -07:00
parent 35d31bea2a
commit ea89247704
8 changed files with 77 additions and 16 deletions

View file

@ -22,5 +22,5 @@ jobs:
path: book/
- name: Deploy
run: |
nix shell nixpkgs#rsync --command rsync -av --delete book/ /srv/www/binning.net/
nix shell nixpkgs#rsync --command rsync -av --delete --filter='protect assets/' book/ /srv/www/binning.net/
printf "✓ Local deployment complete!\n"

View file

@ -31,5 +31,5 @@ jobs:
path: book/
- name: Deploy
run: |
nix shell nixpkgs#rsync --command rsync -av --delete book/ /srv/www/binning.net/
nix shell nixpkgs#rsync --command rsync -av --delete --filter='protect assets/' book/ /srv/www/binning.net/
printf "✓ Local deployment complete!\n"

View file

@ -36,5 +36,5 @@ jobs:
path: book/
- name: Deploy
run: |
nix shell nixpkgs#rsync --command rsync -av --delete book/ /srv/www/binning.net/
nix shell nixpkgs#rsync --command rsync -av --delete --filter='protect assets/' book/ /srv/www/binning.net/
printf "✓ Local deployment complete!\n"