Makefile: fix gen_runtime_config.php invokation
This commit is contained in:
parent
949bf0ebda
commit
03f79a7550
2
Makefile
2
Makefile
@ -19,4 +19,4 @@ build-css:
|
||||
./deploy/build_css.sh -i ./htdocs/scss -o ./htdocs/dist-css
|
||||
|
||||
runtime-config:
|
||||
./deploy/gen_runtime_config.php -i ./htdocs > ./config-runtime.php
|
||||
./deploy/gen_runtime_config.php --htdocs-dir ./htdocs --commit-hash $$(git rev-parse --short=8 HEAD) > ./config-runtime.php
|
||||
|
Loading…
x
Reference in New Issue
Block a user