Deploy your site to the web
هذا المحتوى لا يتوفر بلغتك بعد.
استعد لـ…
- Add your GitHub repository as a new Netlify app
- Deploy your Astro site to the web
Here, you will connect your GitHub repository to Netlify. Netlify will use that project to build and deploy your site live on the web every time you commit a change to your code.
This tutorial will use Netlify, but you are welcome to use your preferred hosting service for deploying your site to the internet.
Create a new Netlify site
Section titled Create a new Netlify site-
Create a free account at Netlify if you do not already have one.
Make a note of your username. You will view your dashboard and any sites you create at
https://app.netlify.com/teams/username
-
Click Add new site > Import an existing project.
You will be asked to connect to a Git provider. Choose GitHub and follow the steps onscreen to authenticate your GitHub account. Then, choose your Astro project’s GitHub repository from the list provided.
-
At the final step, Netlify will show you your app’s site settings. The defaults should be correct for your Astro project, so you can scroll down and click Deploy site.
Congratulations, you have an Astro website!
Change your project name
Section titled Change your project nameOn your site’s overview page in Netlify, you will see your randomly-generated project name, and your website URL of the form https://project-name-123456.netlify.app
. You can change your project name to something more memorable, and this will automatically update your URL.
Visit your new website
Section titled Visit your new websiteClick on the URL in your site settings, or type it into a browser window to view your new website.
Test your knowledge
Section titled Test your knowledgeYou want to update the home page of your existing website. What steps do you take?