Reseni prav pri nasazovani na server

This commit is contained in:
Bc. Petr Pecha 2015-03-27 20:29:03 +01:00
parent 557c1d55e1
commit ec95785c69

View file

@ -76,8 +76,8 @@ push_test:
cp mamweb/settings_test.py mamweb/settings.py && \
make install && \
./manage.py migrate --noinput && \
chown -R :mam . && \
chmod -R g+w . && \
(chown -Rf :mam . || true ) && \
(chmod -Rf g+w . || true ) && \
echo Done."
@echo "Test deployed at ${TEST_SERVER}:${TEST_DIR} successfully."