From 0cfdcb66e4475f0c169b52eed2eef4149a716bbc Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 23 Jun 2013 01:04:56 -0700 Subject: [PATCH] use sshcommand to create dokku command user --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cd695390d..c8806c824 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ gitreceive: sshcommand: wget -qO /usr/local/bin/sshcommand ${SSHCOMMAND_URL} chmod +x /usr/local/bin/sshcommand + sshcommand create dokku /usr/local/bin/dokku count: cat receiver deploystep bootstrap.sh nginx-app-conf nginx-reloader.conf | wc -l \ No newline at end of file