Reseni prav pri nasazovani na server
This commit is contained in:
parent
557c1d55e1
commit
ec95785c69
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue