Add the deployment to dokku

This commit is contained in:
Dave Smith-Hayes 2024-10-26 21:15:10 -04:00
parent 53cfd59866
commit ac11e2d066

View File

@ -89,6 +89,14 @@
<!-- Dokku --> <!-- Dokku -->
<section>
<h3>Create an application.</h3>
<pre>
$ dokku apps:create chat.freedoom.party
-----> Creating chat.freedoom.party...
-----> Creating new app virtual host file...
</pre>
<!-- Deployment Example --> <!-- Deployment Example -->
</div> </div>