Skip to content

Commit 17cdf7f

Browse files
committed
1 parent dbb05dc commit 17cdf7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Until now your website was only available on your computer, now we will learn how to deploy it! Deploying is a process of publishing your application on the Internet so people can finally go and see your app :)
44

5-
As you learned, website has to be located on the server. There is a lot of providers, but we will use a free and very easy one: [Heroku](http://heroku.com/). Heroku is free for small applications that don't have too much visitors, it'll be definitely enough for you too.
5+
As you learned, website has to be located on the server. There is a lot of providers, but we will use the one with simplest deployment process: [Heroku](http://heroku.com/). Heroku is free for small applications that don't have too much visitors, it'll be definitely enough for you too.
66

77
We will be following this tutorial: https://devcenter.heroku.com/articles/getting-started-with-django, but we pasted it here so it's easier for you.
88

@@ -115,9 +115,9 @@ Next, we’ll create a new git repository and save our changes. Go to your conso
115115

116116
## Deploy to Heroku!
117117

118-
It's as simple as running this command:
118+
It's as simple as running this command, replacing `djangogirlsblog` with your own application name:
119119

120-
$ heroku create
120+
$ heroku create djangogirlsblog
121121

122122
This automatically added the Heroku remote for our app to our repository. Now we can do a simple git push to deploy our application:
123123

0 commit comments

Comments
 (0)