We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd971 commit 5df8a55Copy full SHA for 5df8a55
npm-packages/dashboard-self-hosted/src/pages/settings/index.tsx
@@ -21,7 +21,9 @@ export default function Settings() {
21
<h4 className="mb-4">Deploy Key</h4>
22
23
<p className="text-content-secondary">
24
- Deploy keys are not available for self-hosted deployments.
+ Deploy keys are not available for self-hosted deployments. Generate
25
+ an admin key instead using the generate_admin_key.sh script wherever
26
+ your backend is running.
27
</p>
28
</div>
29
</Sheet>
0 commit comments