updated makefile

master
alicestrt 5 years ago
parent 6784305aed
commit 1b713ad206

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

Loading…
Cancel
Save