Skip to content

Commit

Permalink
Update unreleased documentation (#712)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed dda3378 to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Apr 16, 2024
1 parent 7d9eb9e commit 3cb0131
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion versions/unreleased/search/search_index.json

Large diffs are not rendered by default.

Binary file modified versions/unreleased/sitemap.xml.gz
Binary file not shown.
18 changes: 9 additions & 9 deletions versions/unreleased/tutorial/work-pools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9154,7 +9154,15 @@ <h2 id="create-the-deployment">Create the deployment<a class="headerlink" href="
<p>In the example above, we store our code in a GitHub repository.
If you make changes to the flow code, you will need to push those changes to your own GitHub account and update the <code>source</code> argument of <code>from_source</code> to point to your repository.</p>
</div>
<p>Run the script again and you should see a message in the CLI that your deployment was created with instructions for how to run it.</p>
<p>Now that you've updated your script, you can run it to register your deployment on Prefect Cloud:</p>
<div class="terminal">

<div class="highlight"><pre><span></span><code>python<span class="w"> </span>repo_info.py
</code></pre></div>

</div>

<p>You should see a message in the CLI that your deployment was created with instructions for how to run it.</p>
<div class="terminal">

<div class="highlight"><pre><span></span><code>Successfully<span class="w"> </span>created/updated<span class="w"> </span>all<span class="w"> </span>deployments!
Expand All @@ -9181,14 +9189,6 @@ <h2 id="create-the-deployment">Create the deployment<a class="headerlink" href="
Click the <strong>Run</strong> button to trigger a run of your deployment.</p>
<p>Because this deployment was configured with a Prefect Managed work pool, Prefect Cloud will run your flow on your behalf.</p>
<p>View the logs in the UI.</p>
<p>Now that you've updated your script, you can run it to register your deployment on Prefect Cloud:</p>
<div class="terminal">

<div class="highlight"><pre><span></span><code>python<span class="w"> </span>repo_info.py
</code></pre></div>

</div>

<h3 id="schedule-a-deployment-run">Schedule a deployment run<a class="headerlink" href="#schedule-a-deployment-run" title="Permanent link">&para;</a></h3>
<p>Now everything is set up for us to submit a flow-run to the work pool.
Go ahead and run the deployment from the CLI or the UI.</p>
Expand Down

0 comments on commit 3cb0131

Please sign in to comment.