Skip to content

Add a deployment guide for Render - #3636

Closed
emekaonu wants to merge 2 commits into
vuejs:devfrom
emekaonu:patch-1
Closed

Add a deployment guide for Render#3636
emekaonu wants to merge 2 commits into
vuejs:devfrom
emekaonu:patch-1

Conversation

@emekaonu

Copy link
Copy Markdown

This PR introduces a guide for deploying Vue.js apps on the Render platform. Render completely frees up developers and teams from managing infrastructure by abstracting over complexities and minimizing cognitive overhead for developers.

@emekaonu emekaonu changed the title Add deployment guide for Render Add a deployment guide for Render Mar 14, 2019
@anurag

anurag commented Apr 8, 2019

Copy link
Copy Markdown
Contributor

In case it helps (and as additional context) Gatsby and Create React App have both added Render as an official deployment options.

@NataliaTepluhina NataliaTepluhina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for creating this PR! I've left a few minor comments

Comment thread docs/guide/deployment.md

That’s it! Your app will be live on your Render URL as soon as the build finishes.

In order to receive direct hits using `history mode` on Vue Router, you need to add the following redirect rules in the `Redirects` tab under your site.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In order to receive direct hits using `history mode` on Vue Router, you need to add the following redirect rules in the `Redirects` tab under your site.
In order to receive direct hits using `history mode` on Vue Router, you need to add the following redirect rules in the `Redirects/Rewrites` tab under your site.

It seems Render changed its UI a bit 😅

Comment thread docs/guide/deployment.md

In order to receive direct hits using `history mode` on Vue Router, you need to add the following redirect rules in the `Redirects` tab under your site.

Select `Redirects`, click on `Add Redirect Rule` button and

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Select `Redirects`, click on `Add Redirect Rule` button and
Select `Redirects/Rewrites`, click on `Add Rule` button and

Comment thread docs/guide/deployment.md

- **Source Path:** `/*`
- **Destination Path:** `/index.html`
- **Status:** `200`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now Status has two options only: Redirect or Rewrite

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @NataliaTepluhina! Will submit the suggested changes very soon.

@anurag

anurag commented Jul 1, 2019

Copy link
Copy Markdown
Contributor

@NataliaTepluhina I just submitted a new PR which addresses these issues. Feel free to close this one.

@NataliaTepluhina

Copy link
Copy Markdown
Member

@anurag awesome! Closing this in favor of #4217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants