mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix RST syntax.
This commit is contained in:
parent
e97f91f475
commit
f4e4dce6f2
|
@ -132,6 +132,7 @@ You can specify the buildpack you wish to use by creating a file name .env conta
|
|||
You can then deploy by running the following commands.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
git remote add dokku dokku@yourservername.com:{{cookiecutter.repo_name}}
|
||||
git push dokku master
|
||||
ssh -t dokku@yourservername.com dokku memcached:create {{cookiecutter.repo_name}}-memcached
|
||||
|
|
Loading…
Reference in New Issue
Block a user