diff --git a/makefile b/makefile index 1a42eca..92bbb0d 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,12 @@ -DEST := /var/www/food.alicestrete.me -REMOTE := kstraat -RSYNC := rsync -chavzP --rsync-path="sudo rsync" +DEST := /var/www/staticwebapp__5 +REMOTE := vps.decentral1.se +RSYNC := rsync -chavzP SRC := dist/* SSH := ssh -t BUILD := npm run build +all: publish + build: $(BUILD)