mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
deployment: dont use root user
This commit is contained in:
parent
2b913d4d69
commit
0a79d48aac
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ TAROPTS = --exclude-ignore-recursive=.distignore --transform='s|^\.|villas-node-
|
|||
|
||||
TAR_VILLAS = $(BUILDDIR)/packaging/villas-node-$(VERSION_NUM)-1.$(GIT_BRANCH)_$(subst -,_,$(VARIANT)).$(shell date +%Y%m%d)git$(GIT_REV).tar.gz
|
||||
|
||||
DEPLOY_USER ?= root
|
||||
DEPLOY_USER ?= acs
|
||||
DEPLOY_HOST ?= villas.fein-aachen.org
|
||||
DEPLOY_PATH ?= /var/www/villas/node
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue