Deploy A Website Tutorial

Is there a tutorial on how to deploy a website that’s also free?

Thanks!

Hi @codepro00936,

I’ve written a guide on how to use GitHub Pages to host a static website, which is probably the easiest method:

https://discuss.codecademy.com/t/beginner-guide-to-hosting-your-site-with-github-pages/7501?u=zystvan

If you need to host more than plain HTML/CSS files (for example, a Ruby on Rails app), you may need to look at Heroku, which is a bit more complex. They have excellent documentation here: https://devcenter.heroku.com/

2 Likes

I cant get pass instruction 2 with ‘git init’ command…??
d%20github

What’s the URL of the exercise you’re on?