mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Create separate copy target in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,7 +4,9 @@ PLUGINHOOK_URL = https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_a
|
||||
|
||||
all: install
|
||||
|
||||
install: gitreceive sshcommand pluginhook
|
||||
install: gitreceive sshcommand pluginhook copy
|
||||
|
||||
copy:
|
||||
cp dokku /usr/local/bin/dokku
|
||||
cp receiver /home/git/receiver
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
|
||||
Reference in New Issue
Block a user