Compare commits

...
2 Commits
Author SHA1 Message Date
CAGETTE DEPLOYER e9a7ccad4a Merge branch 'master' of artcode.re:cagetters/cagette 2020-12-09 23:05:00 +04:00
artnuc.ct9 1b84212da5 create tmp 2020-11-26 22:35:21 +04:00
+3 -1
View File
@@ -7,7 +7,7 @@ ENV?="dev"
install:
#copy config file from template
cp config.xml.dist config.xml
#cp config.xml.dist config.xml
@if [ $(ENV) = "dev" ]; then \
make install_dev; \
fi
@@ -63,6 +63,8 @@ frontend:
else \
haxe cagetteJs.hxml; \
fi
mkdir -p tmp
chown www-data:www-data tmp
#update POT file from source
i18n: