Browse Source

Fix update site command

main
parent
commit
777bbd8737
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      modules/hugo.nix

2
README.org

@ -1010,7 +1010,7 @@ Hugo[fn:28] is one of the most popular open-source static site generators.
let
myUpdateSite = pkgs.writeShellScriptBin "update-site" ''
rsync -aP /etc/dotfiles/docs/public ubuntu@chrishayward.xyz:/var/www/chrishayward
rsync -aP /etc/dotfiles/docs/public/ ubuntu@chrishayward.xyz:/var/www/chrishayward
'';
in {

2
modules/hugo.nix

@ -2,7 +2,7 @@
let
myUpdateSite = pkgs.writeShellScriptBin "update-site" ''
rsync -aP /etc/dotfiles/docs/public ubuntu@chrishayward.xyz:/var/www/chrishayward
rsync -aP /etc/dotfiles/docs/public/ ubuntu@chrishayward.xyz:/var/www/chrishayward
'';
in {

Loading…
Cancel
Save