Skip to content

Commit

Permalink
add koyeb button to support device targets
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfeldman committed Jan 20, 2025
1 parent 57513c2 commit 76b96c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/device/device-linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func addChild(parent *device, id, model, name string, flags flags) error {
defer child.Unlock()

if resurrect {
// Ressurect ghost child back to life
// Resurrect ghost child back to life
child._unSet(flagGhost)
child.DeployParams = ""
child.Children = []string{}
Expand Down
6 changes: 6 additions & 0 deletions pkg/device/docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ <h3>SUPPORTED DEVICE TARGETS</h3>
<img class="w-32" src="/docs/images/laptop.png">
<span class="mt-4">Linux x86-64</span>
</div>
<div class="flex flex-col items-center w-32 m-4">
<a href="https://koyeb.com">
<img class="w-32" src="https://www.koyeb.com/static/images/deploy/button.svg">
</a>
<span class="mt-4">Koyeb (Cloud)</span>
</div>
</div>

<p>Merliot is written in
Expand Down

0 comments on commit 76b96c4

Please sign in to comment.