mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
13 lines
297 B
Makefile
13 lines
297 B
Makefile
|
|
all: install
|
|
|
|
install: submodule
|
|
cp receiver /home/git/receiver
|
|
cp deploystep /home/git/deploystep
|
|
cp buildstep/buildstep /home/git/buildstep
|
|
cp nginx-app-conf /home/git/nginx-app-conf
|
|
cp nginx-reloader.conf /etc/init/nginx-reloader.conf
|
|
|
|
submodule:
|
|
git submodule init
|
|
git submodule update
|