From afce5a37b2a0727707f2bd092b41b3f7a5c2b816 Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:42:53 -0700 Subject: [PATCH] update netlify deploy --- pages/proxy/deploy.mdx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pages/proxy/deploy.mdx b/pages/proxy/deploy.mdx index 1a7bd64..6ad9c7a 100644 --- a/pages/proxy/deploy.mdx +++ b/pages/proxy/deploy.mdx @@ -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) - Create a GitHub account at https://github.com/signup if you don't have one already. - 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. + + + + + 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. - 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. + + + + Chose `GitHub` from the list and select the repository you forked. + + + + Name your site and click `Deploy`.