ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

"How to deploy" link to official tutorial no longer exists #257

Closed hugopeixoto closed 2 years ago

hugopeixoto commented 2 years ago

In How to deploy, there's the following paragraph:

For a tutorial that shows how to build your app and upload it to a web host using scp and rsync, see the Official Ember.js Tutorial

The official tutorial has since been rewritten and no longer contains instructions on how to deploy ember apps.The quick start section contains a section on how to deploy to netlify, though: https://guides.emberjs.com/release/getting-started/quick-start/#toc_deploying-your-app-to-netlify

Since the official tutorial no longer mentions this, maybe the whole paragraph should be removed?

jenweber commented 2 years ago

Yes, that seems good to do.

Either that or there might be another deploying section in the guides we can link to.

hugopeixoto commented 2 years ago

Either that or there might be another deploying section in the guides we can link to.

I didn't find any. Couldn't find any issues planning to create one either, but I might have missed it.

I'll make a PR removing this paragraph