summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-09 20:38:32 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-09 20:38:32 -0500
commitce0a997918b7da701040950d7779367a5989339a (patch)
tree209c077a246db8085bd96cd574414f30982480ab
parent98e750fc185004367d22781c3739607777102f2f (diff)
Makefile: Rename rcd -> prd-rcd
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88a7d25..2a5ca2f 100644
--- a/Makefile
+++ b/Makefile
@@ -86,14 +86,14 @@ prd-uninstall:
.PHONY: prd-install
-rcd:
+prd-rcd:
ssh root@${PRD_HOST} mkdir -p -m 755 /etc/uwsgi
scp ${UWSGI_INI} root@${PRD_HOST}:/${UWSGI_INI}
scp ${RC_D} root@${PRD_HOST}:/${RC_D}
ssh root@${PRD_HOST} chmod 555 /${RC_D}
ssh root@${PRD_HOST} chmod 444 /${UWSGI_INI}
ssh root@${PRD_HOST} chown root:wheel /${RC_D}
-.PHONY: rcd
+.PHONY: prd-rcd
clean: