summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-15 22:39:08 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-15 22:39:08 -0500
commitcffad1db55de3b96b61da87048b8bb426d27ad5f (patch)
treea491c7829f411750388f1a4324256ddf34951dcf
parent8c11f4cb13c7a197c49637321a2832310e3d6aa2 (diff)
Makefile: PRD_HOST: Change to vela.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6521b0..d2aa86c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@
VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
JSHINT=~/.npm-packages/bin/jshint
-PRD_HOST=cygnus
+
+PRD_HOST=vela
PRD_WHEEL=nfsw-0.1.0.dev3-py3-none-any.whl
HTTPD_CONF=etc/httpd.conf