home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a2d4c2e047ede1f2fab36ff2d25034fecd1dc452
parent fc8e309634ec2203085b445fb8b6b14bac23e099
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  5 Oct 2021 19:06:21 +0200

www: update makefile

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mwww/vincent.demeester.fr/Makefile | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/www/vincent.demeester.fr/Makefile b/www/vincent.demeester.fr/Makefile @@ -1,6 +1,6 @@ # /Make/ it happen # :PROPERTIES: -# :header-args: :tangle ~/src/home/www/vincent.demeester.fr/Makefile +# :header-args: :tangle /etc/nixos/www/vincent.demeester.fr/Makefile # :header-args+: :comments org # :ID: 6191455e-95bc-4abc-a5f5-a62606ab2ea7 # :END: @@ -67,10 +67,12 @@ $(NOTES): # =~/desktop/sites= on the current machine, and the rest is automated. +#rsync -a --progress --copy-links --delete public/assets/.fancyindex/ ~/desktop/sites/dl.sbr.pm/.fancyindex/ +#rsync -a --progress --copy-links --delete public/ ~/desktop/sites/${PUBLISH}/ .PHONY: publish publish: build - rsync -a --progress --copy-links --delete public/assets/.fancyindex/ ~/desktop/sites/dl.sbr.pm/.fancyindex/ - rsync -a --progress --copy-links --delete public/ ~/desktop/sites/${PUBLISH}/ + rsync -ave ssh --progress --copy-links --delete public/assets/.fancyindex/ kerkouane.vpn:/var/www/dl.sbr.pm/.fancyindex/ + rsync -ave ssh --progress --copy-links --delete public/ kerkouane.vpn:/var/www/${PUBLISH}/ # Local server # :PROPERTIES: