ci: add username to rsync deploy targets - adamsgaard.dk - my academic webpage
HTML git clone git://src.adamsgaard.dk/adamsgaard.dk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a77b9b6cdb00ea76dfa299d3ad74c945db85da2f
DIR parent 418a6fdee673d369e097d11e4aa767f72080ed12
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 26 Apr 2026 20:26:32 +0200
ci: add username to rsync deploy targets
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -35,11 +35,11 @@ converthtml:
deploy: generate
rsync -av --progress \
papers video img $(output)/ \
- adamsgaard.dk:/var/www/domains/adamsgaard.dk/
+ ad@adamsgaard.dk:/var/www/domains/adamsgaard.dk/
rsync -av --progress \
$(gopheroutput)/ \
pages/*.txt \
- adamsgaard.dk:/var/gopher/
+ ad@adamsgaard.dk:/var/gopher/
clean:
rm -rf $(output)/