-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add heroku deploy instructions #366
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment about the instructions. Otherwise LGTM.
docs/guide/deploy.md
Outdated
|
||
# publish site | ||
git push heroku master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move everything before this to something like 5. Set up your heroku git remote
Then put this line to 6. Deploying Your Site
Since only this line is needed to deploy the site, other lines just have to be done once.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the review
patch configuration of heroku and deploy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only small things.
BTW, Can you tell me how many users used it?
You can also deploy to a [custom domain](http://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vuepress/dist yourdomain.com`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two lines looks the same, I don't know why they are diffs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
believe me I do not know either, just add a new line to start with the deploy in heroku
Any recommendation?
docs/guide/deploy.md
Outdated
5. Set up your heroku git remote | ||
|
||
``` bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the same indent here as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think he should remove the indentation from line 150 - 155
Do you mean how many users are using Heroku? |
Update indent between lines 150 - 155
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
me and other developers. I propose Heroku, is one of the first computing platforms in the cloud. and you do not have to pay to start
You can also deploy to a [custom domain](http://surge.sh/help/adding-a-custom-domain) by adding `surge docs/.vuepress/dist yourdomain.com`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
believe me I do not know either, just add a new line to start with the deploy in heroku
Any recommendation?
@ycmjason Yes, I want to know how many users are using Heroku? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ulivz heroku is very popular for deploying apps. So might be worthwhile to add this. |
No description provided.