Skip to content
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
31 changes: 2 additions & 29 deletions src/pages/deploy-previews.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,7 @@ import Layout from '../components/layout.astro';
description="See and share your changes in a production environment so you can ship with confidence. Gather feedback in your preferred project management tool right through your Deploy Previews!"
>
<main>
<h2>Try out Deploy Previews.</h2>
<ol>
<li>
Create a new branch in your repo called{' '}
<code>deploy-preview-test</code>.
</li>
<li>
Edit <code>pages/deploy-previews.js</code> to edit the headline “Try
out Deploy Previews.” so it reads, “This is a Deploy Preview!”
</li>
<li>Save the change, commit it, and push it to your GitHub repo.</li>
<li>
Open a pull request against the <code>main</code> branch from the{' '}
<code>deploy-preview-test</code> branch.
</li>
<li>
Visit <a href="https://app.netlify.com">app.netlify.com</a> —
Netlify will automatically build the Deploy Preview.
</li>
<li>
Once the site is done building, visit the generated URL to access your
changes!
</li>
</ol>
<p>
<a href="https://docs.netlify.com/site-deploys/deploy-previews/">
Learn about Deploy Previews in the Netlify docs.
</a>
</p>
<h2>This is a Deploy Preview.</h2>
</main>

</Layout>