Skip to content

Commit

Permalink
chore: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokku Bot committed Jan 30, 2024
1 parent 4c6a570 commit 2c31164
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 90 deletions.
4 changes: 4 additions & 0 deletions docs/advanced-usage/deployment-tasks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3785,6 +3785,10 @@ <h4 id="procfile-release-command">Procfile Release command<a class="headerlink"
<div class="highlight"><pre><span></span><code><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a><span class="nl">release</span><span class="p">:</span><span class="w"> </span>curl<span class="w"> </span>https<span class="err">:</span>//some.external.api.service.com/deployment<span class="err">?</span><span class="nv">state</span><span class="p">=</span><span class="s">built</span>
</code></pre></div>
<p>Unlike the <code>scripts.dokku.predeploy</code> command, changes made during by the <code>release</code> command are <em>not</em> persisted to disk.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>scaling the release command up will likely result in unspecified issues within your deployment, and is highly discouraged.</p>
</div>



Expand Down
4 changes: 4 additions & 0 deletions docs/deployment/schedulers/nomad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3543,6 +3543,10 @@ <h3 id="implemented-commands-and-triggers">Implemented Commands and Triggers<a c
<li><code>ps:stop</code></li>
</ul>
<h3 id="logging-support">Logging support<a class="headerlink" href="#logging-support" title="Permanent link">&para;</a></h3>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Fetching app logs for the <code>logs</code> command is currently not implemented. Please consider using <a href="https://vector.dev/docs/setup/installation/platforms/kubernetes/">Vector</a> or a similar tool to ship logs to another service or a third-party platform.</p>
</div>



Expand Down
4 changes: 4 additions & 0 deletions docs/development/release-process/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,10 @@ <h3 id="detailed-information-for-arch-linux-packages">Detailed information for A
<a id="__codelineno-2-5" name="__codelineno-2-5" href="#__codelineno-2-5"></a>git<span class="w"> </span>commit<span class="w"> </span>-m<span class="w"> </span><span class="s1">&#39;Update to dokku 0.9.9&#39;</span>
<a id="__codelineno-2-6" name="__codelineno-2-6" href="#__codelineno-2-6"></a>git<span class="w"> </span>push
</code></pre></div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>If there is something unclear simply ask @morrisjobke for help.</p>
</div>



Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2c31164

Please # to comment.