adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit a77b9b6cdb00ea76dfa299d3ad74c945db85da2f
parent 418a6fdee673d369e097d11e4aa767f72080ed12
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 26 Apr 2026 20:26:32 +0200

ci: add username to rsync deploy targets

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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)/