mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
moving install hook trigger into make install
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,6 +10,7 @@ install: gitreceive sshcommand pluginhook
|
||||
cp nginx-app-conf /home/git/nginx-app-conf
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
PLUGIN_PATH=/var/lib/dokku/plugins pluginhook install
|
||||
|
||||
gitreceive:
|
||||
wget -qO /usr/local/bin/gitreceive ${GITRECEIVE_URL}
|
||||
@@ -26,4 +27,4 @@ pluginhook:
|
||||
cd /tmp && dpkg -i pluginhook_0.1.0_amd64.deb
|
||||
|
||||
count:
|
||||
cat receiver dokku bootstrap.sh nginx-app-conf nginx-reloader.conf | wc -l
|
||||
cat receiver dokku bootstrap.sh nginx-app-conf | wc -l
|
||||
Reference in New Issue
Block a user