From 1b713ad206b54d89188ce6b61fff62fda42c8488 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Mon, 30 Sep 2019 11:47:17 +0200 Subject: [PATCH] updated makefile --- makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)