Skip to content

Commit 02d6bae

Browse files
committed
Deploy fixes
1 parent 5b83d04 commit 02d6bae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fabfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
"deploy_server": "dev.python.ru",
2828
"compose_path": "/opt/servers",
29-
"compose_block_name": "pythonru-dev",
29+
"compose_block_name": "pythonru",
3030

31-
"post_deploy": "docker exec -i -t servers_pythonru-dev_1 python3 manage.py migrate --noinput"
31+
"post_deploy": "docker exec -i -t servers_pythonru_1 python3 manage.py migrate --noinput"
3232
}
3333

3434

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chardet==3.0.4
55
codecov==2.0.5
66
coverage==4.4.2
77
dj-database-url==0.4.1
8-
Django==2.0.1
8+
Django==2.0.*
99
django-ckeditor==5.4.0
1010
django-js-asset==0.1.1
1111
django-model-utils==2.5

0 commit comments

Comments
 (0)