Skip to content

Commit

Permalink
Merge pull request #2 from jhodgdon-drp/patch-11
Browse files Browse the repository at this point in the history
Remove just like that
  • Loading branch information
jhodgdon-drp authored Aug 23, 2018
2 parents 701697b + 23280cd commit 84c1df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Then, create a new repository, giving it the name "my-first-blog". Leave the "in

<img src="images/new_github_repo.png" />

> **Note** The name `my-first-blog` is important – you could choose something else, but it's going to occur lots of times in the instructions below, and you'd have to substitute it each time. It's probably easier to just stick with the name `my-first-blog`.
> **Note** The name `my-first-blog` is important – you could choose something else, but it's going to occur lots of times in the instructions below, and you'd have to substitute it each time. It's probably easier to stick with the name `my-first-blog`.
On the next screen, you'll be shown your repo's clone URL. Choose the "HTTPS" version, copy it, and we'll paste it into the terminal shortly:

Expand Down Expand Up @@ -228,5 +228,5 @@ The default page for your site should say "It worked!", just like it does on you
Once you have a few posts created, you can go back to your local setup (not PythonAnywhere). From here you should work on your local setup to make changes. This is a common workflow in web development – make changes locally, push those changes to GitHub, and pull your changes down to your live Web server. This allows you to work and experiment without breaking your live Web site. Pretty cool, huh?


Give yourself a *HUGE* pat on the back! Server deployments are one of the trickiest parts of web development and it often takes people several days before they get them working. But you've got your site live, on the real Internet, just like that!
Give yourself a *HUGE* pat on the back! Server deployments are one of the trickiest parts of web development and it often takes people several days before they get them working. But you've got your site live, on the real Internet!

0 comments on commit 84c1df5

Please sign in to comment.