fix web build

This commit is contained in:
texm
2023-04-27 21:40:56 +08:00
parent cbbf20848a
commit 7fb9e78b5e
4 changed files with 8 additions and 9 deletions

View File

@@ -28,8 +28,7 @@
then be automatically built and deployed. See the Dokku docs on this method then be automatically built and deployed. See the Dokku docs on this method
<a href={remoteRepoDocs}>here</a>. <a href={remoteRepoDocs}>here</a>.
<br /> <br />
If the repo is private, ensure you have configured access following the instructions If the repo is private, ensure you have configured access in the Settings page.
<a href={`${base}/docs/settings`}>here</a>.
</p> </p>
<h2>Docker Image</h2> <h2>Docker Image</h2>
@@ -37,6 +36,6 @@
This option enables pulling a Docker image. See the Dokku docs for caveats This option enables pulling a Docker image. See the Dokku docs for caveats
<a href={dockerImageDocs}>here</a>. <a href={dockerImageDocs}>here</a>.
<br /> <br />
If the image is held in a private registry, ensure you have configured access by If the image is held in a private registry, ensure you have configured access in the
following the instructions <a href={`${base}/docs/settings`}>here</a>. Settings page.
</p> </p>

View File

@@ -1,8 +1,8 @@
<p> <p>
Shokku is an interface for <a href="https://dokku.com" class="link">Dokku</a> - an Shokku is an interface for <a href="https://dokku.com" class="link">Dokku</a> - an
open source, self-hostable <a href="https://en.wikipedia.org/wiki/Platform_as_a_service">PaaS</a> open source, self-hostable <a href="https://en.wikipedia.org/wiki/Platform_as_a_service">PaaS</a>
(commercial options include <a href="heroku.com">Heroku</a>, <a href="fly.io">fly.io</a>, (commercial options include <a href="https://heroku.com">Heroku</a>,
or <a href="render.com">Render</a>) <a href="https://fly.io">fly.io</a>, or <a href="https://render.com">Render</a>)
<br /> <br />
It is recommended you are familiar with the underlying Dokku project It is recommended you are familiar with the underlying Dokku project
(<a href="https://dokku.com/docs" class="link">read the docs</a>). (<a href="https://dokku.com/docs" class="link">read the docs</a>).

View File

@@ -45,6 +45,7 @@
<h2>Linking a service</h2> <h2>Linking a service</h2>
<p> <p>
Services need to be <i>linked</i> to an app. Once this is done, the connection Services need to be <i>linked</i> to an app. Once this is done, the connection
information will be available in the UI, and injected as an environment variable information will be available to the app as an environment variable
to the app (eg <code>REDIS_URL</code>) (eg <code>REDIS_URL</code>). These can be viewed in the Environment Variables
app page.
</p> </p>

View File

@@ -1 +0,0 @@
<p>todo</p>