Skip to content
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

update netlify proxy deploy steps #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions pages/proxy/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,31 @@ title: 'Deploy'

Netlify has a very generous free plan, so you'll be able to host your proxy for free unless you get hundreds of users.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sussy-code/sudo-proxy)

<Steps>
<Steps.Step>
Create a GitHub account at https://github.com/signup if you don't have one already.
</Steps.Step>

<Steps.Step>
Click on the `Deploy to Netlify` button above.
Fork the [sudo-proxy repository](https://github.com/sussy-code/sudo-proxy) by clicking the `Fork` button in the top right corner.
</Steps.Step>


<Steps.Step>
Go to https://app.netlify.com/ and click `Sign Up` in the top right corner.
- Authorize Netlify to connect with GitHub by clicking the `Connect to GitHub` button.
</Steps.Step>

<Steps.Step>
There should now be a `Save & Deploy` button, click it.
Click on the `Add new site` button in the top right corner and select `Import an existing project` from the dropdown.
</Steps.Step>

<Steps.Step>
Chose `GitHub` from the list and select the repository you forked.
</Steps.Step>

<Steps.Step>
Name your site and click `Deploy`.
</Steps.Step>

<Steps.Step>
Expand Down