Deploy logging improved
This commit is contained in:
parent
db1ac9d185
commit
a374da6f9b
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.37) stable; urgency=low
|
||||
hedera-web (1.406.38) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
(cd /usr/share/hedera-web && TERM=dumb npm install --production)
|
||||
(cd /usr/share/hedera-web && npm install --production)
|
||||
|
||||
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
|
||||
then
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export TERM=dumb
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.37",
|
||||
"version": "1.406.38",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue